diff --git a/amadeus/static/css/themes/black.css b/amadeus/static/css/themes/black.css index d203871..a94daa0 100644 --- a/amadeus/static/css/themes/black.css +++ b/amadeus/static/css/themes/black.css @@ -639,6 +639,9 @@ a.add-row { .chat-panel .chat-collapse { background: #EEE; } +.fa-search-custom{ + color: #424242; +} /* === End Chat === */ @media(max-width: 768px) { .navbar .navbar-nav .dropdown .dropdown-menu li > a { diff --git a/amadeus/static/css/themes/contrast.css b/amadeus/static/css/themes/contrast.css index 9513ce8..ef44aec 100644 --- a/amadeus/static/css/themes/contrast.css +++ b/amadeus/static/css/themes/contrast.css @@ -873,6 +873,9 @@ a.add-row { color: #FFFFFF; opacity: 1; } +.fa-search-custom{ + color: #424242;; +} /* === End Chat === */ @media(max-width: 768px) { .navbar .navbar-nav .dropdown .dropdown-menu li > a { diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index f8d4a49..b3f7f8d 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -591,6 +591,11 @@ a.add-row { .chat-panel .chat-collapse { background: #EEE; } + +.fa-search-custom{ + color: #009C8A; +} + /* === End Chat === */ @media(max-width: 768px) { .navbar .navbar-nav .dropdown .dropdown-menu li > a { diff --git a/amadeus/static/css/themes/red.css b/amadeus/static/css/themes/red.css index ff1db99..7fe79eb 100644 --- a/amadeus/static/css/themes/red.css +++ b/amadeus/static/css/themes/red.css @@ -639,6 +639,10 @@ a.add-row { .chat-panel .chat-collapse { background: #EEE; } +.fa-search-custom{ + color: #D32F2F; +} + /* === End Chat === */ @media(max-width: 768px) { .navbar .navbar-nav .dropdown .dropdown-menu li > a { diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index c91e20d..ca319ef 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -233,11 +233,11 @@
- +
-- libgit2 0.21.2