Merge pull request #1240 from aragonc/1.11.x

fix colors theme
pull/2487/head
Alex Aragon Calixto 9 years ago committed by GitHub
commit a2c5f078c8
  1. 4
      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;

Loading…
Cancel
Save