semi-dark.css 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. html.semi-dark .sidebar-wrapper,
  2. html.semi-dark .sidebar-wrapper .sidebar-header {
  3. background-color: #1a2232;
  4. }
  5. html.semi-dark .sidebar-wrapper,
  6. html.semi-dark .sidebar-wrapper .sidebar-header {
  7. border-right: 1px solid #1a2232;
  8. }
  9. html.semi-dark .top-header .navbar .searchbar .form-control:focus {
  10. border-color: #86b7fe;
  11. box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
  12. }
  13. html.semi-dark .sidebar-wrapper .sidebar-header {
  14. border-bottom: 1px solid rgb(255 255 255 / 12%);
  15. color: #fcfcfc;
  16. }
  17. html.semi-dark .sidebar-wrapper .sidebar-header .logo-text,
  18. html.semi-dark .sidebar-wrapper .sidebar-header .toggle-icon {
  19. color: #fcfcfc;
  20. }
  21. html.semi-dark .sidebar-wrapper .metismenu .mm-active>a, html.semi-dark .sidebar-wrapper .metismenu a:active, html.semi-dark .sidebar-wrapper .metismenu a:focus, html.semi-dark .sidebar-wrapper .metismenu a:hover {
  22. color: #fff;
  23. text-decoration: none;
  24. background: rgb(46 57 78);
  25. border-left: 4px solid #ffffff;
  26. }
  27. html.semi-dark .sidebar-wrapper .metismenu a {
  28. color: #9ea4aa;
  29. }
  30. html.semi-dark .sidebar-wrapper .metismenu ul {
  31. border: 1px solid #ffffff00;
  32. }
  33. html.semi-dark .sidebar-wrapper .sidebar-header img {
  34. filter: invert(1) grayscale(100%) brightness(200%);
  35. }
  36. html.semi-dark .sidebar-wrapper .simplebar-scrollbar:before {
  37. background: rgba(255, 255, 255, .4)
  38. }
  39. html.semi-dark .top-header .navbar {
  40. background-color: #ffffff;
  41. box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  42. }
  43. html.semi-dark .top-header .navbar .searchbar .form-control {
  44. background-color: #f9fafb;
  45. }
  46. html.semi-dark .top-header .navbar .searchbar .form-control:focus {
  47. background-color: #ffffff;
  48. border-color: #86b7fe;
  49. box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
  50. }