diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index cba0e62..c8db6e9 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -192,6 +192,10 @@ background: #00695C !important; } +.navbar-nav li.settings_menu_active { + background: #00695C +} + .top-search { color: #F5F5F5; } diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index b5c8738..16aaf1e 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -92,8 +92,7 @@