GPQAPP
61 строка · 1.2 Кб
1tr.even td {2background-color: #ffffff;3}
4
5tr.odd td {6background-color: #f9f9f9;7}
8
9tr.selected td {10background-color: #0088cc;11}
12
13thead th {14background-color: white;15}
16
17tfoot th {18background-color: white;19}
20
21th.dtfc-fixed-left,
22th.dtfc-fixed-right,
23td.dtfc-fixed-left,
24td.dtfc-fixed-right {25z-index: 1;26}
27
28div.dtfc-right-top-blocker,
29div.dtfc-left-top-blocker {30margin-top: 6px;31border-bottom: 0px solid #ddd !important;32}
33
34table.dataTable.table-bordered.dtfc-has-left {35border-left: none;36}
37
38div.dataTables_scroll.dtfc-has-left table.table-bordered {39border-left: none;40}
41
42div.dataTables_scrollBody {43border-left: 1px solid #ddd !important;44}
45
46div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
47div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {48border-left: 1px solid #ddd !important;49}
50
51tr.dt-rowReorder-moving td.dtfc-fixed-left,
52tr.dt-rowReorder-moving td.dtfc-fixed-right {53border-top: 2px solid #888 !important;54border-bottom: 2px solid #888 !important;55}
56tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child {57border-left: 2px solid #888 !important;58}
59tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child {60border-right: 2px solid #888 !important;61}
62