Files
framework/public/dist/themes/black_and_white.css
T
2019-03-11 19:44:28 -03:00

29 lines
491 B
CSS
Executable File

#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;
}