From 4d3e91fbc30125fb9f7f5adf2a0b18fbe9937edb Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Sun, 8 Mar 2020 23:10:49 +0100 Subject: [PATCH] Black head bar with Colorfull TakePOS theme --- htdocs/takepos/css/colorful.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/htdocs/takepos/css/colorful.css b/htdocs/takepos/css/colorful.css index 3cfd18e72f1..298a29ce4cf 100644 --- a/htdocs/takepos/css/colorful.css +++ b/htdocs/takepos/css/colorful.css @@ -22,4 +22,12 @@ button.actionbutton { tr.selected, tr.selected td { background-color: #0000FF !important; color: #FFFFFF !important; -} \ No newline at end of file +} + +.header{ + background: rgb(0,0,0) !important; +} + +.topnav{ + background: rgb(0,0,0) !important; +}