blob: e49046b008917ef8c3c31f80f3b8a21fda252cae [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.table-responsive {
11 overflow-x: scroll !important;
12}
13body {
14 overflow-y:scroll;
15}
16/* Fix modal moving content left */
17body.modal-open {
18 overflow-y:scroll;
19 padding-right: inherit !important;
20}
21@media (min-width: 992px) {
22 .container {
23 width: 80%;
24 }
25}
26.mass-actions-admin {
27 user-select: none;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010028}
29.inputMissingAttr {
30 border-color: #FF4136;
31}
32.rotate {
33 -moz-transition: all 0.3s linear;
34 -webkit-transition: all 0.3s linear;
35 transition: all 0.3s linear;
36}
37.rotate.animation {
38 -ms-transform:rotateX(180deg);
39 -moz-transform:rotateX(180deg);
40 -webkit-transform:rotateX(180deg);
41 transform:rotateX(180deg);
42}
43.anchor {
44 display: block;
45 height: 65px;
46 margin-top: -65px;
47 visibility: hidden;
48}
49.thumbnail img {
50 min-height:100px;
51 height:100px;
52}
53.nav-tabs>li>a {
54 z-index: 1;
55}
56.table-condensed .input-sm {
57 width: 100%!important;
58}
59.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
60 padding: 3px;
61}
62table tbody tr {
63 cursor: pointer;
64}
65table tbody tr td input[type="checkbox"] {
66 cursor: pointer;
67}
68#quarantine_template {
69 margin:20px;
70}
71.regex-input {
72 font-family: Consolas,monaco,monospace;
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020073 font-size: 1rem;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010074}
75.label-keys {
76 font-size:100%;
77 margin: 0px !important;
78 white-space: normal !important;
79}
80.key-action {
81 font-weight:bold;
82 color:white !important;
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020083}
84.dkim-label {
85 margin: 0 0 8px !important;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010086}