Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 1 | table.footable>tbody>tr.footable-empty>td {
|
| 2 | font-size:15px !important;
|
| 3 | font-style:italic;
|
| 4 | }
|
| 5 | .pagination a {
|
| 6 | text-decoration: none !important;
|
| 7 | }
|
| 8 | .panel.panel-default {
|
| 9 | overflow: visible !important;
|
| 10 | }
|
| 11 | .table-responsive {
|
| 12 | overflow: visible !important;
|
| 13 | }
|
| 14 | @media screen and (max-width: 767px) {
|
| 15 | .table-responsive {
|
| 16 | overflow-x: scroll !important;
|
| 17 | }
|
| 18 | }
|
| 19 | .footer-add-item {
|
| 20 | display:block;
|
| 21 | text-align: center;
|
| 22 | font-style: italic;
|
| 23 | padding: 10px;
|
| 24 | background: #F5F5F5;
|
| 25 | }
|
| 26 | .mass-actions-user {
|
| 27 | user-select: none;
|
| 28 | padding:10px 0;
|
| 29 | }
|
| 30 | .inputMissingAttr {
|
| 31 | border-color: #FF4136;
|
| 32 | }
|
| 33 | #logText {
|
| 34 | white-space: pre-wrap;
|
| 35 | white-space: -moz-pre-wrap;
|
| 36 | white-space: -o-pre-wrap;
|
| 37 | word-wrap: break-word;
|
| 38 | }
|
| 39 | body {
|
| 40 | overflow-y:scroll;
|
| 41 | }
|
| 42 |
|
| 43 | table tbody tr {
|
| 44 | cursor: pointer;
|
| 45 | }
|
| 46 |
|
| 47 | table tbody tr td input[type="checkbox"] {
|
| 48 | cursor: pointer;
|
| 49 | }
|
| 50 | .rotate {
|
| 51 | -moz-transition: all 0.3s linear;
|
| 52 | -webkit-transition: all 0.3s linear;
|
| 53 | transition: all 0.3s linear;
|
| 54 | }
|
| 55 | .rotate.animation {
|
| 56 | -ms-transform:rotateX(180deg);
|
| 57 | -moz-transform:rotateX(180deg);
|
| 58 | -webkit-transform:rotateX(180deg);
|
| 59 | transform:rotateX(180deg);
|
| 60 | }
|
| 61 | .label-keys {
|
| 62 | font-size:100%;
|
| 63 | margin: 0px !important;
|
| 64 | white-space: normal !important;
|
| 65 | }
|
| 66 | .key-action {
|
| 67 | font-weight:bold;
|
| 68 | color:white !important;
|
| 69 | } |