theme.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. .check-component{
  38. border:0;
  39. }
  40. .check-component .box{
  41. background-color: #25292d;
  42. }
  43. .check-component input:checked + .box {
  44. background-color: #353535;
  45. }
  46. .table-striped tbody tr:nth-of-type(odd) {
  47. background-color: #343940;
  48. }
  49. .table {
  50. border-left: 1px solid #343940;
  51. border-bottom: 1px solid #343940;
  52. border-right: 1px solid #343940;
  53. }
  54. .table td, .table th {
  55. padding: .75rem;
  56. vertical-align: top;
  57. border-top: 1px solid #343940;
  58. }
  59. .table tr > th:first-of-type, .table tr > td:first-of-type {
  60. border-right: 1px solid #343940;
  61. }
  62. .trumbowyg-box svg {
  63. fill: #e8e8e8;
  64. }
  65. .trumbowyg-button-pane {
  66. background: #343940;
  67. }
  68. .trumbowyg-box, .trumbowyg-editor {
  69. border: 1px solid #343940;
  70. }
  71. .trumbowyg-button-pane .trumbowyg-button-group+.trumbowyg-button-group::before {
  72. background: #212223;
  73. }
  74. .card {
  75. background-color: #343a40;
  76. }
  77. .filter-box .btn-info{
  78. color: #fff;
  79. background-color: #272b2f;
  80. border-color: #343a40
  81. }
  82. .btn-success {
  83. color: #fff;
  84. background-color: #ff314f;
  85. border-color: #b7172e;
  86. }
  87. .page-item.active .page-link {
  88. z-index: 1;
  89. color: #bfbfbf;
  90. background-color: #272b2f;
  91. border-color: #343a40;
  92. }
  93. .btn-success:hover,.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  94. color: #fff;
  95. background-color: #d8132f;
  96. border-color: #ff314f;
  97. }