From d81ac12e266f7a0c31af27d707690d957d27e339 Mon Sep 17 00:00:00 2001 From: Zambom Date: Mon, 16 Jan 2017 15:14:23 -0200 Subject: [PATCH] Adjusting bottom menu color --- amadeus/static/css/base/amadeus_responsive.css | 7 ------- amadeus/static/css/themes/green.css | 13 +++++++++++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index f706f09..7f93ea1 100644 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -32,13 +32,6 @@ padding: 0px; } - .navbar .navbar-nav .dropdown .dropdown-menu li > a { - color: #333333 !important; - } - .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { - color: #009688 !important; - } - .category-card-items i { font-size: 20px; margin-top: 8px; diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index 9296361..0c8e993 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -230,12 +230,12 @@ a, a:focus, a:hover { } .bottom-menu { - background: #26A69A; + background: #009688; } .mobile-menu .item { color: #FFFFFF; - background: #26A69A; + background: #009688; } .mobile-menu .item a { @@ -302,4 +302,13 @@ a, a:focus, a:hover { background: #039BE5; color: #FFFFFF; border-color: #039BE5; +} + +@media(max-width: 768px) { + .navbar .navbar-nav .dropdown .dropdown-menu li > a { + color: #333333 !important; + } + .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { + color: #009688 !important; + } } \ No newline at end of file -- libgit2 0.21.2