theme.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. body{
  2. background: #3e4750!important;
  3. color:#cecece;
  4. }
  5. .input-group-text{
  6. background: #2e363e;
  7. color:#fefefe;
  8. border-color:#2e363e;
  9. }
  10. #mainMenu .navbar-brand {
  11. padding-left: 99px;
  12. }
  13. .footer{
  14. display: none;
  15. }
  16. ul, li{
  17. margin:0;
  18. padding:0;
  19. list-style-type: none;
  20. }
  21. input.form-control,input.form-control:active,input.form-control:focus{
  22. background-color: #343940;
  23. border-color: #343940;
  24. color:#fefefe;
  25. }
  26. .alert-danger {
  27. color: #ffd7da;
  28. background-color: #841721;
  29. border: 0;
  30. }
  31. .list-group-item {
  32. background-color: #25292d;
  33. }
  34. a {
  35. color: #728ead;
  36. }
  37. a:hover {
  38. color: #8fbcec;
  39. }
  40. .check-component{
  41. border:0;
  42. }
  43. .check-component .box{
  44. background-color: #25292d;
  45. }
  46. .check-component input:checked + .box {
  47. background-color: #353535;
  48. }
  49. .table-striped tbody tr:nth-of-type(odd) {
  50. background-color: #343940;
  51. }
  52. .table {
  53. border-left: 1px solid #343940;
  54. border-bottom: 1px solid #343940;
  55. border-right: 1px solid #343940;
  56. }
  57. .table td, .table th {
  58. padding: .75rem;
  59. vertical-align: top;
  60. border-top: 1px solid #343940;
  61. }
  62. .table tr > th:first-of-type, .table tr > td:first-of-type {
  63. border-right: 1px solid #343940;
  64. }
  65. .trumbowyg-box svg {
  66. fill: #e8e8e8;
  67. }
  68. .trumbowyg-button-pane {
  69. background: #343940;
  70. }
  71. .trumbowyg-box, .trumbowyg-editor {
  72. border: 1px solid #343940;
  73. }
  74. .trumbowyg-button-pane .trumbowyg-button-group+.trumbowyg-button-group::before {
  75. background: #212223;
  76. }
  77. .card {
  78. background-color: #343a40;
  79. }
  80. .filter-box .btn-info{
  81. color: #fff;
  82. background-color: #272b2f;
  83. border-color: #343a40
  84. }
  85. .btn-success {
  86. color: #fff;
  87. background-color: #ff314f;
  88. border-color: #b7172e;
  89. }
  90. .page-item.active .page-link {
  91. z-index: 1;
  92. color: #bfbfbf;
  93. background-color: #272b2f;
  94. border-color: #343a40;
  95. }
  96. .btn-success:hover,.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  97. color: #fff;
  98. background-color: #d8132f;
  99. border-color: #ff314f;
  100. }
  101. .dropdown-item.login-item {
  102. color: #e8f0fe;
  103. background-color: #1d2124;
  104. }
  105. .dropdown-menu {
  106. background-color: #1d2124;
  107. }
  108. .dropdown-item {
  109. color: #a4abb3;
  110. }
  111. .dropdown-item:focus, .dropdown-item:hover {
  112. color: #9098a5;
  113. text-decoration: none;
  114. background-color: #30373c;
  115. }
  116. .debugFrame{
  117. box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  118. border-right: 2px solid #ff314f!important;
  119. background: rgb(52, 58, 64)!important;
  120. }
  121. div[data-type="dropzone"] > ul > li {
  122. position: relative;
  123. padding: 3px;
  124. border-bottom: 1px solid #2f2f2f;
  125. background: #343a40;
  126. }