blob: 27a438ca8cad54cc1abff0c1251b2655f24f2071 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001.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}
35body {
36 overflow-y:scroll;
37}
38
39table tbody tr {
40 cursor: pointer;
41}
42
43table tbody tr td input[type="checkbox"] {
44 cursor: pointer;
45}
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010046.label-keys {
47 font-size:100%;
48 margin: 0px !important;
49 white-space: normal !important;
50}
51.key-action {
52 font-weight:bold;
53 color:white !important;
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020054}
55svg {
56 display: inline-block;
57 vertical-align: middle;
58}
59.c-1-color, .label-ham {
60 background: #28b62c;
61 background: -webkit-linear-gradient(to right, #28b62c, #fff233);
62 background: linear-gradient(to right, #28b62c, #fff233);
63 color: #000;
64}
65.c-2-color, .label-spam {
66 background: #fff233;
67 background: -webkit-linear-gradient(to right, #fff233, #ff4136);
68 background: linear-gradient(to right, #fff233, #ff4136);
69 color: #000;
70}
71.c-3-color, .label-reject{
72 background: #ff4136;
73 color: #fff;
74}
75#spam_score {
76 margin-bottom: 10px;
77}
78.noUi-handle {
79 border: 1px solid #e2e2e2;
80 border-radius: 0px;
81 background: #eee;
82 cursor: default;
83 box-shadow: none;
84 border-top-width: 0px;
85 border-right-width: 1px;
86 border-bottom-width: 4px;
87 border-left-width: 1px;
88}
89.noUi-handle:hover {
90 background-color: #eee;
91 border-color: #e2e2e2;
92 margin-top: 1px;
93border-bottom-width: 3px;
94}
95.noUi-handle::after, .noUi-handle::before {
96 background: #c6c6c6;
97 width: 2px;
98}
99.noUi-target {
100 background: transparent;
101 border-radius: 0px;
102 border: 1px solid #D3D3D3;
103 box-shadow: none;
104}
105.noUi-connects {
106 border-radius: 0px;
107}
108.label-ham,
109.label-spam,
110.label-reject {
111 padding: .1em .5em .1em;
112 font-size: inherit;
113 font-weight: 400;
114}
115.clear-last-logins {
116 cursor: pointer;
117 font-size:90%;
118 font-style: italic;
119 color: #158cba;
120 user-select:none;
121}
122.ip-location-flag {
123 border-radius: 4px;
124 top: 3px;
125}
126.recent-login-success {
127 margin-top:2px;
128 margin-right:10px;
129}
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +0100130.label-protocol-access {
131 line-height: 2;
132}
133.help-block-mt-0 {
134 margin-top: 0px;
135}