LaravelTest
124 строки · 4.8 Кб
1table.dataTable tbody > tr.selected,
2table.dataTable tbody > tr > .selected {3background-color: #0275d8;4}
5table.dataTable.stripe tbody > tr.odd.selected,
6table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
7table.dataTable.display tbody > tr.odd > .selected {8background-color: #0272d3;9}
10table.dataTable.hover tbody > tr.selected:hover,
11table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
12table.dataTable.display tbody > tr > .selected:hover {13background-color: #0271d0;14}
15table.dataTable.order-column tbody > tr.selected > .sorting_1,
16table.dataTable.order-column tbody > tr.selected > .sorting_2,
17table.dataTable.order-column tbody > tr.selected > .sorting_3,
18table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
19table.dataTable.display tbody > tr.selected > .sorting_2,
20table.dataTable.display tbody > tr.selected > .sorting_3,
21table.dataTable.display tbody > tr > .selected {22background-color: #0273d4;23}
24table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {25background-color: #026fcc;26}
27table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {28background-color: #0270ce;29}
30table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {31background-color: #0270d0;32}
33table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {34background-color: #0273d4;35}
36table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {37background-color: #0274d5;38}
39table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {40background-color: #0275d7;41}
42table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {43background-color: #026fcc;44}
45table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {46background-color: #0273d4;47}
48table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {49background-color: #026bc6;50}
51table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {52background-color: #026cc8;53}
54table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {55background-color: #026eca;56}
57table.dataTable.display tbody > tr:hover > .selected,
58table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
59table.dataTable.order-column.hover tbody > tr > .selected:hover {60background-color: #026bc6;61}
62table.dataTable tbody td.select-checkbox,
63table.dataTable tbody th.select-checkbox {64position: relative;65}
66table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
67table.dataTable tbody th.select-checkbox:before,
68table.dataTable tbody th.select-checkbox:after {69display: block;70position: absolute;71top: 1.2em;72left: 50%;73width: 12px;74height: 12px;75box-sizing: border-box;76}
77table.dataTable tbody td.select-checkbox:before,
78table.dataTable tbody th.select-checkbox:before {79content: " ";80margin-top: -2px;81margin-left: -6px;82border: 1px solid black;83border-radius: 3px;84}
85table.dataTable tr.selected td.select-checkbox:after,
86table.dataTable tr.selected th.select-checkbox:after {87content: "✓";88font-size: 20px;89margin-top: -19px;90margin-left: -6px;91text-align: center;92text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;93}
94table.dataTable.compact tbody td.select-checkbox:before,
95table.dataTable.compact tbody th.select-checkbox:before {96margin-top: -12px;97}
98table.dataTable.compact tr.selected td.select-checkbox:after,
99table.dataTable.compact tr.selected th.select-checkbox:after {100margin-top: -16px;101}
102
103div.dataTables_wrapper span.select-info,
104div.dataTables_wrapper span.select-item {105margin-left: 0.5em;106}
107
108@media screen and (max-width: 640px) {109div.dataTables_wrapper span.select-info,110div.dataTables_wrapper span.select-item {111margin-left: 0;112display: block;113}114}
115table.dataTable tbody tr.selected,
116table.dataTable tbody th.selected,
117table.dataTable tbody td.selected {118color: white;119}
120table.dataTable tbody tr.selected a,
121table.dataTable tbody th.selected a,
122table.dataTable tbody td.selected a {123color: #a2d4ed;124}
125