black_and_white.css 491 B

1234567891011121314151617181920212223242526272829
  1. #side-menu li a{
  2. color: #fff !important;
  3. font-size: 1.1em;
  4. }
  5. .sidebar-wrapper{
  6. }
  7. #side-menu li a:focus, #side-menu li a:hover {
  8. color: #000 !important;
  9. }
  10. .nav-dropdown{
  11. margin-right: 20px !important;
  12. }
  13. .nav-dropdown .dropdown-toggle{
  14. color: #fff !important;
  15. }
  16. .nav-dropdown .dropdown-toggle:focus,
  17. .nav-dropdown .dropdown-toggle > l1 > a:focus,
  18. .nav-dropdown .dropdown-toggle:hover,
  19. .nav-dropdown .dropdown-toggle > l1 > a:hover{
  20. color: #000 !important;
  21. }