| | |
| | | */ |
| | | /** 蓝色主题 skin-blue **/ |
| | | .navbar, .skin-blue .navbar { |
| | | background-color: #2da4e9 |
| | | background-color: rgb(239,245,255); |
| | | } |
| | | |
| | | .skin-blue .navbar-default .nav>li.selected>a, |
| | |
| | | } |
| | | |
| | | .skin-blue .logo { |
| | | background-color: #2e9ddd; |
| | | background-color: rgb(44,46,68); |
| | | color: #fff; |
| | | border-bottom: 0 solid transparent |
| | | } |
| | |
| | | } |
| | | |
| | | .theme-dark .navbar-static-side { |
| | | background-color: #2f4050; |
| | | background-color: rgb(44, 46, 68); |
| | | } |
| | | |
| | | .theme-dark .user-panel { |
| | | background-color: #2f4050; |
| | | background-color: rgb(44,46,48); |
| | | } |
| | | |
| | | .theme-dark .navbar-default .nav>li>a:hover, |