flat.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /*
  2. Theme Name: Flat
  3. Author: Robert Zollner (@Lupul)
  4. Website: www.hestiacp.com
  5. */
  6. body {
  7. letter-spacing: 0;
  8. }
  9. b,
  10. strong {
  11. font-weight: 600;
  12. }
  13. .body-login,
  14. .body-reset {
  15. background: #5f7eb3 !important;
  16. }
  17. .table-header {
  18. box-shadow: none !important;
  19. background: #fafafa !important;
  20. }
  21. .l-header {
  22. box-shadow: none;
  23. background: #5070a6;
  24. text-shadow: none !important;
  25. }
  26. .l-menu__item--active {
  27. background-color: #fff;
  28. }
  29. .l-menu__item.l-menu__item--active a {
  30. background: none;
  31. box-shadow: none !important;
  32. }
  33. .l-menu__item a:hover {
  34. background: #fff !important;
  35. box-shadow: none;
  36. }
  37. .l-menu__item a:active {
  38. background: none;
  39. box-shadow: none !important;
  40. }
  41. .l-profile__notifications:hover,
  42. .l-profile__notifications.updates:hover,
  43. .l-profile__notifications.active.l-profile__notifications.updates:active {
  44. background: white !important;
  45. border: 1px solid transparent !important;
  46. box-shadow: none !important;
  47. }
  48. .l-unit:hover {
  49. box-shadow: none;
  50. }
  51. .l-unit__stat-col--left a,
  52. .l-unit__stat-col--left a:visited {
  53. color: #5f7eb3;
  54. }
  55. .l-unit__stat-col--left a:hover {
  56. color: #474747;
  57. }
  58. .l-unit:hover,
  59. .units .l-unit:hover {
  60. box-shadow: none;
  61. }
  62. .form-control,
  63. .form-select {
  64. box-shadow: none;
  65. }
  66. /* Buttons
  67. ========================================================================== */
  68. .button {
  69. box-shadow: none;
  70. background: linear-gradient(to bottom, rgb(235 243 249 / 100%) 0%, rgb(223 235 245 / 100%) 100%);
  71. }
  72. .button:hover {
  73. color: #6986b7;
  74. box-shadow: none;
  75. background: linear-gradient(to bottom, rgb(241 248 253 / 100%) 0%, rgb(227 240 251 / 100%) 100%);
  76. }
  77. .button:active,
  78. .button:focus {
  79. box-shadow: none;
  80. background: linear-gradient(to bottom, rgb(210 232 250 / 100%) 0%, rgb(194 224 248 / 100%) 100%);
  81. }
  82. .button-secondary {
  83. box-shadow: none;
  84. background: linear-gradient(to bottom, rgb(250 250 250 / 100%) 0%, rgb(241 241 241 / 100%) 100%);
  85. }
  86. .button-danger:hover {
  87. background: #fcd3cf;
  88. color: #f4301a;
  89. border-color: #f27e71;
  90. }
  91. .button-danger:active,
  92. .button-danger:focus {
  93. background: #a91200;
  94. color: #fff;
  95. border-color: #f4301a;
  96. }
  97. .to-top,
  98. .to-shortcuts,
  99. .to-top:hover,
  100. .to-shortcuts:hover,
  101. .to-top:active,
  102. .to-shortcuts:active {
  103. box-shadow: none !important;
  104. background: none !important;
  105. background-color: #eee !important;
  106. }
  107. .to-top,
  108. .to-shortcuts {
  109. box-shadow: none !important;
  110. background: linear-gradient(to bottom, rgb(250 250 250 / 100%) 0%, rgb(241 241 241 / 100%) 100%) !important;
  111. }
  112. .to-top:hover,
  113. .to-shortcuts:hover {
  114. color: #6986b7 !important;
  115. box-shadow: none !important;
  116. background: linear-gradient(to bottom, rgb(241 248 253 / 100%) 0%, rgb(227 240 251 / 100%) 100%) !important;
  117. }
  118. .to-top:focus,
  119. .to-shortcuts:focus {
  120. box-shadow: none !important;
  121. background: linear-gradient(to bottom, rgb(210 232 250 / 100%) 0%, rgb(194 224 248 / 100%) 100%) !important;
  122. }
  123. .ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) {
  124. box-shadow: none;
  125. }
  126. .ui-dialog {
  127. box-shadow: 0 2px 11px 0 rgb(0 0 0 / 50%);
  128. }
  129. .alert {
  130. text-shadow: none;
  131. box-shadow: none;
  132. }
  133. .pill.usage {
  134. box-shadow: none;
  135. }
  136. .badge {
  137. box-shadow: none;
  138. }
  139. .notification-container {
  140. box-shadow: none;
  141. border: 1px solid #ccc;
  142. background: #fff;
  143. }
  144. .context-menu.sort-order {
  145. box-shadow: none;
  146. border: 1px solid #ccc;
  147. background: #fff !important;
  148. }
  149. .login {
  150. background-color: rgb(255 255 255 / 80%);
  151. box-shadow:
  152. 0 2px 10px rgb(0 0 0 / 30%),
  153. inset 0 0 2px rgb(255 255 255 / 100%);
  154. }
  155. /* Collapse component
  156. ========================================================================== */
  157. .collapse-header {
  158. background: #fafafa;
  159. box-shadow: none;
  160. }