flat.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /* Flat theme */
  2. body {
  3. letter-spacing: 0;
  4. }
  5. b, strong {
  6. font-weight: 600;
  7. }
  8. .body-login, .body-reset {
  9. background: #5f7eb3 !important;
  10. }
  11. .table-header {
  12. box-shadow: none !important;
  13. }
  14. .l-header {
  15. box-shadow: none;
  16. background: #5070a6;
  17. }
  18. .l-menu__item--active {
  19. background-color: #fff;
  20. }
  21. .l-menu__item.l-menu__item--active a {
  22. background: none;
  23. }
  24. .l-menu__item a:hover {
  25. background: #FFFFFF !important;
  26. box-shadow: none;
  27. }
  28. .l-menu__item a:active {
  29. background: none;
  30. box-shadow: none;
  31. }
  32. .l-profile__notifications:hover,
  33. .l-profile__notifications.updates:hover,
  34. .l-profile__notifications.active.l-profile__notifications.updates:active {
  35. background: white !important;
  36. border: 1px solid transparent !important;
  37. box-shadow: none !important;
  38. }
  39. .l-unit:hover {
  40. box-shadow: none;
  41. }
  42. .l-unit__stat-col--left a, .l-unit__stat-col--left a:visited {
  43. color: #5f7eb3;
  44. }
  45. .l-unit__stat-col--left a:hover {
  46. color: #474747;
  47. }
  48. .l-unit:hover, .units .l-unit:hover {
  49. box-shadow: none;
  50. }
  51. .vst-input {
  52. box-shadow: none;
  53. }
  54. .vst-list {
  55. box-shadow: none;
  56. }
  57. .advanced-options {
  58. box-shadow: none !important;
  59. }
  60. .vst-textinput {
  61. box-shadow: none;
  62. }
  63. .ui-button, .button {
  64. box-shadow: none !important;
  65. background: linear-gradient(to bottom, rgba(235,243,249,1) 0%,rgba(223,235,245,1) 100%) !important;
  66. }
  67. .ui-button.cancel, .button.cancel {
  68. box-shadow: none !important;
  69. background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%) !important;
  70. }
  71. .ui-button:hover, .button:hover, .ui-button.cancel:hover, .button.cancel:hover {
  72. box-shadow: none !important;
  73. background: linear-gradient(to bottom, rgba(241,248,253,1) 0%,rgba(227,240,251,1) 100%) !important;
  74. }
  75. .ui-button:focus,.ui-button:active,
  76. .button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
  77. .button.cancel:active,.button.cancel:focus {
  78. box-shadow: none !important;
  79. background: linear-gradient(to bottom, rgba(210,232,250,1) 0%,rgba(194,224,248,1) 100%) !important;
  80. }
  81. .alert {
  82. text-shadow: none !important;
  83. box-shadow: none !important;
  84. }
  85. .pill.usage {
  86. box-shadow: none;
  87. }
  88. .badge {
  89. box-shadow: none;
  90. }
  91. .notification-container {
  92. box-shadow: none;
  93. border: 1px solid #dadada;
  94. }
  95. .context-menu.sort-order {
  96. box-shadow: none;
  97. border: 1px solid #dadada;
  98. }