LaravelTest
36 строк · 744.0 Байт
1div.dts {2display: block !important;3}
4div.dts tbody th,
5div.dts tbody td {6white-space: nowrap;7}
8div.dts div.dts_loading {9z-index: 1;10}
11div.dts div.dts_label {12position: absolute;13right: 10px;14background: rgba(0, 0, 0, 0.8);15color: white;16box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);17text-align: right;18border-radius: 3px;19padding: 0.4em;20z-index: 2;21display: none;22}
23div.dts div.dataTables_scrollBody {24background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);25}
26div.dts div.dataTables_scrollBody table {27z-index: 2;28}
29div.dts div.dataTables_paginate,
30div.dts div.dataTables_length {31display: none;32}
33
34div.DTS div.dataTables_scrollBody table {35background-color: white;36}
37