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