123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .theme-black .navbar {
- background-color: #000; }
- .theme-black .navbar-brand {
- color: #fff; }
- .theme-black .navbar-brand:hover {
- color: #fff; }
- .theme-black .navbar-brand:active {
- color: #fff; }
- .theme-black .navbar-brand:focus {
- color: #fff; }
- .theme-black .nav > li > a {
- color: #fff; }
- .theme-black .nav > li > a:hover {
- background-color: transparent; }
- .theme-black .nav > li > a:focus {
- background-color: transparent; }
- .theme-black .nav .open > a {
- background-color: transparent; }
- .theme-black .nav .open > a:hover {
- background-color: transparent; }
- .theme-black .nav .open > a:focus {
- background-color: transparent; }
- .theme-black .bars {
- color: #fff; }
- .theme-black .sidebar .menu .list li.active {
- background-color: transparent; }
- .theme-black .sidebar .menu .list li.active > :first-child i, .theme-black .sidebar .menu .list li.active > :first-child span {
- color: #000; }
- .theme-black .sidebar .menu .list .toggled {
- background-color: transparent; }
- .theme-black .sidebar .menu .list .ml-menu {
- background-color: transparent; }
- .theme-black .sidebar .legal {
- background-color: #fff; }
- .theme-black .sidebar .legal .copyright a {
- color: #000 !important; }
|