BSBMaterial added
This commit is contained in:
45
app/assets/stylesheets/BSBMaterial/themes/theme-black.css
Normal file
45
app/assets/stylesheets/BSBMaterial/themes/theme-black.css
Normal file
@@ -0,0 +1,45 @@
|
||||
.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; }
|
||||
|
||||
Reference in New Issue
Block a user