LaravelTest

Форк
0
/
dataTables.bootstrap4.css 
307 строк · 8.2 Кб
1
@charset "UTF-8";
2
table.dataTable th.dt-left,
3
table.dataTable td.dt-left {
4
  text-align: left;
5
}
6
table.dataTable th.dt-center,
7
table.dataTable td.dt-center,
8
table.dataTable td.dataTables_empty {
9
  text-align: center;
10
}
11
table.dataTable th.dt-right,
12
table.dataTable td.dt-right {
13
  text-align: right;
14
}
15
table.dataTable th.dt-justify,
16
table.dataTable td.dt-justify {
17
  text-align: justify;
18
}
19
table.dataTable th.dt-nowrap,
20
table.dataTable td.dt-nowrap {
21
  white-space: nowrap;
22
}
23
table.dataTable thead th.dt-head-left,
24
table.dataTable thead td.dt-head-left,
25
table.dataTable tfoot th.dt-head-left,
26
table.dataTable tfoot td.dt-head-left {
27
  text-align: left;
28
}
29
table.dataTable thead th.dt-head-center,
30
table.dataTable thead td.dt-head-center,
31
table.dataTable tfoot th.dt-head-center,
32
table.dataTable tfoot td.dt-head-center {
33
  text-align: center;
34
}
35
table.dataTable thead th.dt-head-right,
36
table.dataTable thead td.dt-head-right,
37
table.dataTable tfoot th.dt-head-right,
38
table.dataTable tfoot td.dt-head-right {
39
  text-align: right;
40
}
41
table.dataTable thead th.dt-head-justify,
42
table.dataTable thead td.dt-head-justify,
43
table.dataTable tfoot th.dt-head-justify,
44
table.dataTable tfoot td.dt-head-justify {
45
  text-align: justify;
46
}
47
table.dataTable thead th.dt-head-nowrap,
48
table.dataTable thead td.dt-head-nowrap,
49
table.dataTable tfoot th.dt-head-nowrap,
50
table.dataTable tfoot td.dt-head-nowrap {
51
  white-space: nowrap;
52
}
53
table.dataTable tbody th.dt-body-left,
54
table.dataTable tbody td.dt-body-left {
55
  text-align: left;
56
}
57
table.dataTable tbody th.dt-body-center,
58
table.dataTable tbody td.dt-body-center {
59
  text-align: center;
60
}
61
table.dataTable tbody th.dt-body-right,
62
table.dataTable tbody td.dt-body-right {
63
  text-align: right;
64
}
65
table.dataTable tbody th.dt-body-justify,
66
table.dataTable tbody td.dt-body-justify {
67
  text-align: justify;
68
}
69
table.dataTable tbody th.dt-body-nowrap,
70
table.dataTable tbody td.dt-body-nowrap {
71
  white-space: nowrap;
72
}
73
table.dataTable td.dt-control {
74
  text-align: center;
75
  cursor: pointer;
76
}
77
table.dataTable td.dt-control:before {
78
  height: 1em;
79
  width: 1em;
80
  margin-top: -9px;
81
  display: inline-block;
82
  color: white;
83
  border: 0.15em solid white;
84
  border-radius: 1em;
85
  box-shadow: 0 0 0.2em #444;
86
  box-sizing: content-box;
87
  text-align: center;
88
  text-indent: 0 !important;
89
  font-family: "Courier New", Courier, monospace;
90
  line-height: 1em;
91
  content: "+";
92
  background-color: #31b131;
93
}
94
table.dataTable tr.dt-hasChild td.dt-control:before {
95
  content: "-";
96
  background-color: #d33333;
97
}
98

99
table.dataTable {
100
  clear: both;
101
  margin-top: 6px !important;
102
  margin-bottom: 6px !important;
103
  max-width: none !important;
104
  border-collapse: separate !important;
105
  border-spacing: 0;
106
}
107
table.dataTable td,
108
table.dataTable th {
109
  -webkit-box-sizing: content-box;
110
  box-sizing: content-box;
111
}
112
table.dataTable td.dataTables_empty,
113
table.dataTable th.dataTables_empty {
114
  text-align: center;
115
}
116
table.dataTable.nowrap th,
117
table.dataTable.nowrap td {
118
  white-space: nowrap;
119
}
120

121
div.dataTables_wrapper div.dataTables_length label {
122
  font-weight: normal;
123
  text-align: left;
124
  white-space: nowrap;
125
}
126
div.dataTables_wrapper div.dataTables_length select {
127
  width: auto;
128
  display: inline-block;
129
}
130
div.dataTables_wrapper div.dataTables_filter {
131
  text-align: right;
132
}
133
div.dataTables_wrapper div.dataTables_filter label {
134
  font-weight: normal;
135
  white-space: nowrap;
136
  text-align: left;
137
}
138
div.dataTables_wrapper div.dataTables_filter input {
139
  margin-left: 0.5em;
140
  display: inline-block;
141
  width: auto;
142
}
143
div.dataTables_wrapper div.dataTables_info {
144
  padding-top: 0.85em;
145
}
146
div.dataTables_wrapper div.dataTables_paginate {
147
  margin: 0;
148
  white-space: nowrap;
149
  text-align: right;
150
}
151
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
152
  margin: 2px 0;
153
  white-space: nowrap;
154
  justify-content: flex-end;
155
}
156
div.dataTables_wrapper div.dataTables_processing {
157
  position: absolute;
158
  top: 50%;
159
  left: 50%;
160
  width: 200px;
161
  margin-left: -100px;
162
  margin-top: -26px;
163
  text-align: center;
164
  padding: 1em 0;
165
}
166

167
table.dataTable > thead > tr > th:active,
168
table.dataTable > thead > tr > td:active {
169
  outline: none;
170
}
171
table.dataTable > thead > tr > th:not(.sorting_disabled),
172
table.dataTable > thead > tr > td:not(.sorting_disabled) {
173
  padding-right: 30px;
174
}
175
table.dataTable > thead .sorting,
176
table.dataTable > thead .sorting_asc,
177
table.dataTable > thead .sorting_desc,
178
table.dataTable > thead .sorting_asc_disabled,
179
table.dataTable > thead .sorting_desc_disabled {
180
  cursor: pointer;
181
  position: relative;
182
}
183
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
184
table.dataTable > thead .sorting_asc:before,
185
table.dataTable > thead .sorting_asc:after,
186
table.dataTable > thead .sorting_desc:before,
187
table.dataTable > thead .sorting_desc:after,
188
table.dataTable > thead .sorting_asc_disabled:before,
189
table.dataTable > thead .sorting_asc_disabled:after,
190
table.dataTable > thead .sorting_desc_disabled:before,
191
table.dataTable > thead .sorting_desc_disabled:after {
192
  position: absolute;
193
  bottom: 0.9em;
194
  display: block;
195
  opacity: 0.3;
196
}
197
table.dataTable > thead .sorting:before,
198
table.dataTable > thead .sorting_asc:before,
199
table.dataTable > thead .sorting_desc:before,
200
table.dataTable > thead .sorting_asc_disabled:before,
201
table.dataTable > thead .sorting_desc_disabled:before {
202
  right: 1em;
203
  content: "↑";
204
}
205
table.dataTable > thead .sorting:after,
206
table.dataTable > thead .sorting_asc:after,
207
table.dataTable > thead .sorting_desc:after,
208
table.dataTable > thead .sorting_asc_disabled:after,
209
table.dataTable > thead .sorting_desc_disabled:after {
210
  right: 0.5em;
211
  content: "↓";
212
}
213
table.dataTable > thead .sorting_asc:before,
214
table.dataTable > thead .sorting_desc:after {
215
  opacity: 1;
216
}
217
table.dataTable > thead .sorting_asc_disabled:before,
218
table.dataTable > thead .sorting_desc_disabled:after {
219
  opacity: 0;
220
}
221

222
div.dataTables_scrollHead table.dataTable {
223
  margin-bottom: 0 !important;
224
}
225

226
div.dataTables_scrollBody > table {
227
  border-top: none;
228
  margin-top: 0 !important;
229
  margin-bottom: 0 !important;
230
}
231
div.dataTables_scrollBody > table > thead .sorting:before,
232
div.dataTables_scrollBody > table > thead .sorting_asc:before,
233
div.dataTables_scrollBody > table > thead .sorting_desc:before,
234
div.dataTables_scrollBody > table > thead .sorting:after,
235
div.dataTables_scrollBody > table > thead .sorting_asc:after,
236
div.dataTables_scrollBody > table > thead .sorting_desc:after {
237
  display: none;
238
}
239
div.dataTables_scrollBody > table > tbody tr:first-child th,
240
div.dataTables_scrollBody > table > tbody tr:first-child td {
241
  border-top: none;
242
}
243

244
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
245
  box-sizing: content-box;
246
}
247
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
248
  margin-top: 0 !important;
249
  border-top: none;
250
}
251

252
@media screen and (max-width: 767px) {
253
  div.dataTables_wrapper div.dataTables_length,
254
div.dataTables_wrapper div.dataTables_filter,
255
div.dataTables_wrapper div.dataTables_info,
256
div.dataTables_wrapper div.dataTables_paginate {
257
    text-align: center;
258
  }
259
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
260
    justify-content: center !important;
261
  }
262
}
263
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
264
  padding-right: 20px;
265
}
266
table.dataTable.table-sm .sorting:before,
267
table.dataTable.table-sm .sorting_asc:before,
268
table.dataTable.table-sm .sorting_desc:before {
269
  top: 5px;
270
  right: 0.85em;
271
}
272
table.dataTable.table-sm .sorting:after,
273
table.dataTable.table-sm .sorting_asc:after,
274
table.dataTable.table-sm .sorting_desc:after {
275
  top: 5px;
276
}
277

278
table.table-bordered.dataTable {
279
  border-right-width: 0;
280
}
281
table.table-bordered.dataTable th,
282
table.table-bordered.dataTable td {
283
  border-left-width: 0;
284
}
285
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
286
table.table-bordered.dataTable td:last-child,
287
table.table-bordered.dataTable td:last-child {
288
  border-right-width: 1px;
289
}
290
table.table-bordered.dataTable tbody th,
291
table.table-bordered.dataTable tbody td {
292
  border-bottom-width: 0;
293
}
294

295
div.dataTables_scrollHead table.table-bordered {
296
  border-bottom-width: 0;
297
}
298

299
div.table-responsive > div.dataTables_wrapper > div.row {
300
  margin: 0;
301
}
302
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
303
  padding-left: 0;
304
}
305
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
306
  padding-right: 0;
307
}
308

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.