blob: ac3a430c65288479998bc2908f37a19d026c03e7 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001table.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 10px 0;
29}
30.inputMissingAttr {
31 border-color: #FF4136;
32}
33.rotate {
34 -moz-transition: all 0.3s linear;
35 -webkit-transition: all 0.3s linear;
36 transition: all 0.3s linear;
37}
38.rotate.animation {
39 -ms-transform:rotateX(180deg);
40 -moz-transform:rotateX(180deg);
41 -webkit-transform:rotateX(180deg);
42 transform:rotateX(180deg);
43}