Version 1.0
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
|
||||
|
||||
#side-menu li a{
|
||||
color: #fff !important;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.sidebar-wrapper{
|
||||
|
||||
}
|
||||
|
||||
#side-menu li a:focus, #side-menu li a:hover {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.nav-dropdown{
|
||||
margin-right: 20px !important;
|
||||
}
|
||||
|
||||
.nav-dropdown .dropdown-toggle{
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.nav-dropdown .dropdown-toggle:focus,
|
||||
.nav-dropdown .dropdown-toggle > l1 > a:focus,
|
||||
.nav-dropdown .dropdown-toggle:hover,
|
||||
.nav-dropdown .dropdown-toggle > l1 > a:hover{
|
||||
color: #000 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user