Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 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 10px 0;
|
| 25 | }
|
| 26 | .inputMissingAttr {
|
| 27 | border-color: #FF4136;
|
| 28 | }
|
| 29 | .rotate {
|
| 30 | -moz-transition: all 0.3s linear;
|
| 31 | -webkit-transition: all 0.3s linear;
|
| 32 | transition: all 0.3s linear;
|
| 33 | }
|
| 34 | .rotate.animation {
|
| 35 | -ms-transform:rotateX(180deg);
|
| 36 | -moz-transform:rotateX(180deg);
|
| 37 | -webkit-transform:rotateX(180deg);
|
| 38 | transform:rotateX(180deg);
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 39 | }
|
| 40 | #sender_acl_disabled {
|
| 41 | display:none;
|
| 42 | margin-top:10px;
|
| 43 | }
|