UNPKG

10.9 kBCSSView Raw
1@charset "UTF-8";
2/**
3 * @author zhixin wen <wenzhixin2010@gmail.com>
4 * https://github.com/wenzhixin/bootstrap-table/
5 * theme: https://github.com/jgthms/bulma/
6 */
7.bootstrap-table .fixed-table-toolbar::after {
8 content: "";
9 display: block;
10 clear: both;
11}
12.bootstrap-table .fixed-table-toolbar .bs-bars,
13.bootstrap-table .fixed-table-toolbar .search,
14.bootstrap-table .fixed-table-toolbar .columns {
15 position: relative;
16 margin-top: 10px;
17 margin-bottom: 10px;
18}
19.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
20 display: inline-block;
21 margin-left: -1px !important;
22}
23.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
24 border-radius: 0;
25}
26.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
27 border-top-left-radius: 4px;
28 border-bottom-left-radius: 4px;
29}
30.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
31 border-top-right-radius: 4px;
32 border-bottom-right-radius: 4px;
33}
34.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
35 text-align: left;
36 max-height: 300px;
37 overflow: auto;
38 -ms-overflow-style: scrollbar;
39 z-index: 1001;
40}
41.bootstrap-table .fixed-table-toolbar .columns label {
42 display: block;
43 padding: 3px 20px;
44 clear: both;
45 font-weight: normal;
46 line-height: 1.428571429;
47}
48.bootstrap-table .fixed-table-toolbar .columns-left {
49 margin-right: 5px;
50}
51.bootstrap-table .fixed-table-toolbar .columns-right {
52 margin-left: 5px;
53}
54.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
55 right: 0;
56 left: auto;
57}
58.bootstrap-table .fixed-table-container {
59 position: relative;
60 clear: both;
61}
62.bootstrap-table .fixed-table-container .table {
63 width: 100%;
64 margin-bottom: 0 !important;
65}
66.bootstrap-table .fixed-table-container .table th,
67.bootstrap-table .fixed-table-container .table td {
68 vertical-align: middle;
69 box-sizing: border-box;
70}
71.bootstrap-table .fixed-table-container .table thead th {
72 vertical-align: bottom;
73 padding: 0;
74 margin: 0;
75}
76.bootstrap-table .fixed-table-container .table thead th:focus {
77 outline: 0 solid transparent;
78}
79.bootstrap-table .fixed-table-container .table thead th.detail {
80 width: 30px;
81}
82.bootstrap-table .fixed-table-container .table thead th .th-inner {
83 padding: 0.75rem;
84 vertical-align: bottom;
85 overflow: hidden;
86 text-overflow: ellipsis;
87 white-space: nowrap;
88}
89.bootstrap-table .fixed-table-container .table thead th .sortable {
90 cursor: pointer;
91 background-position: right;
92 background-repeat: no-repeat;
93 padding-right: 30px;
94}
95.bootstrap-table .fixed-table-container .table thead th .both {
96 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
97}
98.bootstrap-table .fixed-table-container .table thead th .asc {
99 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
100}
101.bootstrap-table .fixed-table-container .table thead th .desc {
102 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
103}
104.bootstrap-table .fixed-table-container .table tbody tr.selected td {
105 background-color: #fafafa;
106}
107.bootstrap-table .fixed-table-container .table tbody tr.no-records-found {
108 text-align: center;
109}
110.bootstrap-table .fixed-table-container .table tbody tr .card-view {
111 display: flex;
112}
113.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
114 font-weight: bold;
115 display: inline-block;
116 min-width: 30%;
117 text-align: left !important;
118}
119.bootstrap-table .fixed-table-container .table .bs-checkbox {
120 text-align: center;
121}
122.bootstrap-table .fixed-table-container .table input[type=radio],
123.bootstrap-table .fixed-table-container .table input[type=checkbox] {
124 margin: 0 auto !important;
125}
126.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
127 padding: 0.3rem;
128}
129.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
130 border-bottom: 1px solid #dbdbdb;
131}
132.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
133 border-top: 1px solid #dbdbdb;
134 border-bottom: 1px solid #dbdbdb;
135}
136.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
137 border-left: 1px solid #dbdbdb;
138 border-right: 1px solid #dbdbdb;
139}
140.bootstrap-table .fixed-table-container.fixed-height .table thead th {
141 border-bottom: 1px solid #dbdbdb;
142}
143.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
144 border-bottom: 1px solid #32383e;
145}
146.bootstrap-table .fixed-table-container .fixed-table-header {
147 overflow: hidden;
148}
149.bootstrap-table .fixed-table-container .fixed-table-body {
150 overflow-x: auto;
151 overflow-y: auto;
152 height: 100%;
153}
154.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
155 align-items: center;
156 background: #fff;
157 display: none;
158 justify-content: center;
159 position: absolute;
160 bottom: 0;
161 width: 100%;
162 z-index: 1000;
163}
164.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
165 align-items: baseline;
166 display: flex;
167 justify-content: center;
168}
169.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
170 font-size: 2rem;
171 margin-right: 6px;
172}
173.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
174 align-items: center;
175 display: flex;
176 justify-content: center;
177}
178.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
179.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
180.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
181 content: "";
182 animation-duration: 1.5s;
183 animation-iteration-count: infinite;
184 animation-name: LOADING;
185 background: #363636;
186 border-radius: 50%;
187 display: block;
188 height: 5px;
189 margin: 0 4px;
190 opacity: 0;
191 width: 5px;
192}
193.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
194 animation-delay: 0.3s;
195}
196.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
197 animation-delay: 0.6s;
198}
199.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
200 background: #363636;
201}
202.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
203.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
204.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
205 background: #fff;
206}
207.bootstrap-table .fixed-table-container .fixed-table-footer {
208 overflow: hidden;
209}
210.bootstrap-table .fixed-table-pagination::after {
211 content: "";
212 display: block;
213 clear: both;
214}
215.bootstrap-table .fixed-table-pagination > .pagination-detail,
216.bootstrap-table .fixed-table-pagination > .pagination {
217 margin-top: 10px;
218 margin-bottom: 10px;
219}
220.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
221 line-height: 34px;
222 margin-right: 5px;
223}
224.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
225 display: inline-block;
226}
227.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
228 position: relative;
229 display: inline-block;
230 vertical-align: middle;
231}
232.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
233 margin-bottom: 0;
234}
235.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
236 margin: 0;
237}
238.bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
239 padding: 6px 12px;
240 line-height: 1.428571429;
241}
242.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
243 color: #c8c8c8;
244}
245.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
246 content: "⬅";
247}
248.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
249 content: "➡";
250}
251.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
252 pointer-events: none;
253 cursor: default;
254}
255.bootstrap-table.fullscreen {
256 position: fixed;
257 top: 0;
258 left: 0;
259 z-index: 1050;
260 width: 100% !important;
261 background: #fff;
262 height: calc(100vh);
263 overflow-y: scroll;
264}
265
266/* calculate scrollbar width */
267div.fixed-table-scroll-inner {
268 width: 100%;
269 height: 200px;
270}
271
272div.fixed-table-scroll-outer {
273 top: 0;
274 left: 0;
275 visibility: hidden;
276 width: 200px;
277 height: 150px;
278 overflow: hidden;
279}
280
281@keyframes LOADING {
282 0% {
283 opacity: 0;
284 }
285 50% {
286 opacity: 1;
287 }
288 to {
289 opacity: 0;
290 }
291}
292.box {
293 background-color: #fff;
294 border-radius: 6px;
295 color: #4a4a4a;
296 display: block;
297 padding: 1.25rem;
298}
299
300.bootstrap-table .float-left {
301 float: left;
302}
303.bootstrap-table .float-right {
304 float: right;
305}
306.bootstrap-table .fixed-table-toolbar .search input {
307 width: auto;
308}
309.bootstrap-table .fixed-table-toolbar .columns {
310 margin-right: 0;
311}
312.bootstrap-table .fixed-table-toolbar .button.dropdown {
313 padding: 0;
314 border: 0;
315}
316.bootstrap-table .fixed-table-toolbar .button.dropdown .button {
317 margin: 0;
318}
319.bootstrap-table .fixed-table-toolbar .button.dropdown:not(:first-child) .button {
320 border-bottom-left-radius: 0;
321 border-top-left-radius: 0;
322}
323.bootstrap-table .fixed-table-toolbar .button.dropdown:last-child .button {
324 border-bottom-right-radius: 4px;
325 border-top-right-radius: 4px;
326}
327.bootstrap-table .fixed-table-toolbar .button.dropdown .dropdown-content {
328 box-shadow: none;
329 border: 1px solid #dbdbdb;
330}
331.bootstrap-table .fixed-table-toolbar .button.dropdown label.dropdown-item {
332 padding: 5px 20px;
333}
334.bootstrap-table .fixed-table-pagination .ui.dropdown {
335 vertical-align: middle;
336}
337.bootstrap-table .fixed-table-pagination .is-up .fa-angle-down:before {
338 content: "";
339}
340.bootstrap-table .fixed-table-pagination .pagination-link.disabled {
341 background-color: #dbdbdb;
342 border-color: #dbdbdb;
343 box-shadow: none;
344 color: #7a7a7a;
345 opacity: 0.5;
346 cursor: not-allowed;
347}
348
349/*# sourceMappingURL=bootstrap-table-bulma.css.map */