From 941affe5c851dc481d8f10a9f935b3b57e189b0b Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 16 Aug 2018 00:09:37 +0200 Subject: [PATCH] orgarr v1 --- CSS/themes/orgarr-ALPHA.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CSS/themes/orgarr-ALPHA.css b/CSS/themes/orgarr-ALPHA.css index a251d0ed..889162ad 100644 --- a/CSS/themes/orgarr-ALPHA.css +++ b/CSS/themes/orgarr-ALPHA.css @@ -44,15 +44,14 @@ body { height: 40px !important; } .search .input-group .input-group-addon, .search .input-group input:focus { - color: #000 !important; + color: #FFF !important; } .tt-suggestion.tt-cursor { - background-color: #191a1c !important; - color: #ffffff !important; + background-color: #191a1c; + color: #ffffff; } - -.input-group .form-control:focus { - background-color: white !important; +.search .tt-dropdown-menu { + background-color: #1f1f1f; } .fa-search { color: white !important; @@ -65,7 +64,7 @@ body { .form-control { color: #FFF; - background-color: rgba(0, 0, 0, .25) !important; + background-color: #1f1f1f; border: 1px solid rgba(0, 0, 0, .25); }