You are here

Theme style override

Submitted by Alan Mels on Thu, 10/11/2018 - 12:06
  1. #sidebar{
  2. background:#1689c0 !important;;
  3. color: white !important;
  4. box-shadow: none !important;
  5. opacity: 1;
  6. }
  7.  
  8. #webmin_search_form input[name]:not([type=image]):not([type=checkbox]):not([type=radio]):not(.btn):not(.session_login) {
  9. height: 32px;
  10. filter: brightness(0) invert(1);
  11. }
  12. aside .form-group i.fa.fa-search {
  13. color: white;
  14. }
  15. #sidebar li:not(.menu-container):not(.sub-wrapper) a {
  16. color: white;
  17. }
  18.  
  19. #sidebar li:not(.menu-container):not(.sub-wrapper) a:hover {
  20. text-decoration: underline;
  21. }
  22. #sidebar li:not(.sub-wrapper):not(.menu-container).sub_active {
  23. border-left: 4px solid gold;
  24. }
  25. #sidebar ul.user-links li:not(.sub-wrapper):not(.menu-container)>a, #sidebar ul.user-links li:not(.sub-wrapper):not(.menu-container)>span {
  26. color: white;
  27. }
  28. #sidebar li:not(.sub-wrapper):not(.menu-container).has-sub.active {
  29. background-color: gold;
  30. }
  31.  
  32. #sidebar li:not(.menu-container):not(.sub-wrapper).active a {
  33. color: #333;
  34. }
  35. #sidebar .select2, #sidebar .select2-container, #sidebar .select2-container--default {
  36. color: white;
  37. background-color: #333;
  38. }
  39. .switch-mins a {
  40. border-radius: 0;
  41. background-color: #1689c0;
  42. }
  43. .btn-info {
  44. background-color: #1689c0!important;
  45. }
  46. .btn-primary {
  47. border:none;
  48. background-color: #1689c0!important;
  49. }
  50. #sidebar li.sub-wrapper {
  51. background-color: #fff1b5!important;
  52. }
  53. #sidebar li.sub-wrapper a {
  54. color: #333 !important;
  55. }
  56. #sidebar li:not(.menu-title):not(.menu-container):not(.user-html-string) {
  57. text-shadow: none;
  58. }
  59. #sidebar ul.sub>li>a:before {
  60. color: black !important;
  61. }
  62. #sidebar ul.sub li:before {
  63. background: gold;
  64. }
  65.  
  66. #sidebar ul.sub>li:not(.menu-container).sub_active:before {
  67. background: black;
  68. }