user.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .pagination a {
  2. text-decoration: none !important;
  3. }
  4. .panel.panel-default {
  5. overflow: visible !important;
  6. }
  7. .table-responsive {
  8. overflow: visible !important;
  9. }
  10. @media screen and (max-width: 767px) {
  11. .table-responsive {
  12. overflow-x: scroll !important;
  13. }
  14. }
  15. .footer-add-item {
  16. display:block;
  17. text-align: center;
  18. font-style: italic;
  19. padding: 10px;
  20. background: #F5F5F5;
  21. }
  22. .mass-actions-user {
  23. user-select: none;
  24. padding:10px 0;
  25. }
  26. .inputMissingAttr {
  27. border-color: #FF4136;
  28. }
  29. #logText {
  30. white-space: pre-wrap;
  31. white-space: -moz-pre-wrap;
  32. white-space: -o-pre-wrap;
  33. word-wrap: break-word;
  34. }
  35. body {
  36. overflow-y:scroll;
  37. }
  38. table tbody tr {
  39. cursor: pointer;
  40. }
  41. table tbody tr td input[type="checkbox"] {
  42. cursor: pointer;
  43. }
  44. .label-keys {
  45. font-size:100%;
  46. margin: 0px !important;
  47. white-space: normal !important;
  48. }
  49. .key-action {
  50. font-weight:bold;
  51. color:white !important;
  52. }
  53. svg {
  54. display: inline-block;
  55. vertical-align: middle;
  56. }
  57. .c-1-color, .label-ham {
  58. background: #28b62c;
  59. background: -webkit-linear-gradient(to right, #28b62c, #fff233);
  60. background: linear-gradient(to right, #28b62c, #fff233);
  61. color: #000;
  62. }
  63. .c-2-color, .label-spam {
  64. background: #fff233;
  65. background: -webkit-linear-gradient(to right, #fff233, #ff4136);
  66. background: linear-gradient(to right, #fff233, #ff4136);
  67. color: #000;
  68. }
  69. .c-3-color, .label-reject{
  70. background: #ff4136;
  71. color: #fff;
  72. }
  73. #spam_score {
  74. margin-bottom: 10px;
  75. }
  76. .noUi-handle {
  77. border: 1px solid #e2e2e2;
  78. border-radius: 0px;
  79. background: #eee;
  80. cursor: default;
  81. box-shadow: none;
  82. border-top-width: 0px;
  83. border-right-width: 1px;
  84. border-bottom-width: 4px;
  85. border-left-width: 1px;
  86. }
  87. .noUi-handle:hover {
  88. background-color: #eee;
  89. border-color: #e2e2e2;
  90. margin-top: 1px;
  91. border-bottom-width: 3px;
  92. }
  93. .noUi-handle::after, .noUi-handle::before {
  94. background: #c6c6c6;
  95. width: 2px;
  96. }
  97. .noUi-target {
  98. background: transparent;
  99. border-radius: 0px;
  100. border: 1px solid #D3D3D3;
  101. box-shadow: none;
  102. }
  103. .noUi-connects {
  104. border-radius: 0px;
  105. }
  106. .label-ham,
  107. .label-spam,
  108. .label-reject {
  109. padding: .1em .5em .1em;
  110. font-size: inherit;
  111. font-weight: 400;
  112. }