From be7f164742e03db6416be71dd691c44cccbe4efe Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Tue, 28 Jun 2016 18:25:44 -0500 Subject: [PATCH] fix colors theme --- app/Resources/public/css/themes/chamilo/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Resources/public/css/themes/chamilo/default.css b/app/Resources/public/css/themes/chamilo/default.css index a35ca5bb6a..d6a0c16b48 100644 --- a/app/Resources/public/css/themes/chamilo/default.css +++ b/app/Resources/public/css/themes/chamilo/default.css @@ -56,7 +56,7 @@ a:focus { overflow: hidden !important; } .navbar-default { - background: #1D5591; + background: #337AB7; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); } @@ -68,7 +68,7 @@ a:focus { .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ color: #fff; - background-color:#18477A; + background-color:#2C5B8E; } .navbar-default .navbar-nav > li > a{ color: #ffffff;