UNPKG

9.55 kBCSSView Raw
1@charset "UTF-8";
2/**
3 * @author zhixin wen <wenzhixin2010@gmail.com>
4 * version: 1.15.5
5 * https://github.com/wenzhixin/bootstrap-table/
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: rgba(0, 0, 0, 0.075);
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 .bs-checkbox label {
123 margin-bottom: 0;
124}
125.bootstrap-table .fixed-table-container .table input[type=radio],
126.bootstrap-table .fixed-table-container .table input[type=checkbox] {
127 margin: 0 auto !important;
128}
129.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
130 padding: 0.3rem;
131}
132.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
133 border-bottom: 1px solid #dee2e6;
134}
135.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
136 border-top: 1px solid #dee2e6;
137 border-bottom: 1px solid #dee2e6;
138}
139.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
140 border-left: 1px solid #dee2e6;
141 border-right: 1px solid #dee2e6;
142}
143.bootstrap-table .fixed-table-container.fixed-height .table thead th {
144 border-bottom: 1px solid #dee2e6;
145}
146.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
147 border-bottom: 1px solid #32383e;
148}
149.bootstrap-table .fixed-table-container .fixed-table-header {
150 overflow: hidden;
151}
152.bootstrap-table .fixed-table-container .fixed-table-body {
153 overflow-x: auto;
154 overflow-y: auto;
155 height: 100%;
156}
157.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
158 align-items: center;
159 background: #fff;
160 display: none;
161 justify-content: center;
162 position: absolute;
163 bottom: 0;
164 width: 100%;
165 z-index: 1000;
166}
167.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
168 align-items: baseline;
169 display: flex;
170 justify-content: center;
171}
172.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
173 font-size: 2rem;
174 margin-right: 6px;
175}
176.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
177 align-items: center;
178 display: flex;
179 justify-content: center;
180}
181.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
182.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
183.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
184 content: "";
185 animation-duration: 1.5s;
186 animation-iteration-count: infinite;
187 animation-name: LOADING;
188 background: #212529;
189 border-radius: 50%;
190 display: block;
191 height: 5px;
192 margin: 0 4px;
193 opacity: 0;
194 width: 5px;
195}
196.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
197 animation-delay: 0.3s;
198}
199.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
200 animation-delay: 0.6s;
201}
202.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
203 background: #212529;
204}
205.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
206.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
207.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
208 background: #fff;
209}
210.bootstrap-table .fixed-table-container .fixed-table-footer {
211 overflow: hidden;
212}
213.bootstrap-table .fixed-table-pagination::after {
214 content: "";
215 display: block;
216 clear: both;
217}
218.bootstrap-table .fixed-table-pagination > .pagination-detail,
219.bootstrap-table .fixed-table-pagination > .pagination {
220 margin-top: 10px;
221 margin-bottom: 10px;
222}
223.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
224 line-height: 34px;
225 margin-right: 5px;
226}
227.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
228 display: inline-block;
229}
230.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
231 position: relative;
232 display: inline-block;
233 vertical-align: middle;
234}
235.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
236 margin-bottom: 0;
237}
238.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
239 margin: 0;
240}
241.bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
242 padding: 6px 12px;
243 line-height: 1.428571429;
244}
245.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
246 color: #c8c8c8;
247}
248.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
249 content: "⬅";
250}
251.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
252 content: "➡";
253}
254.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
255 pointer-events: none;
256 cursor: default;
257}
258.bootstrap-table.fullscreen {
259 position: fixed;
260 top: 0;
261 left: 0;
262 z-index: 1050;
263 width: 100% !important;
264 background: #fff;
265 height: calc(100vh);
266 overflow-y: scroll;
267}
268
269/* calculate scrollbar width */
270div.fixed-table-scroll-inner {
271 width: 100%;
272 height: 200px;
273}
274
275div.fixed-table-scroll-outer {
276 top: 0;
277 left: 0;
278 visibility: hidden;
279 width: 200px;
280 height: 150px;
281 overflow: hidden;
282}
283
284@keyframes LOADING {
285 0% {
286 opacity: 0;
287 }
288 50% {
289 opacity: 1;
290 }
291 to {
292 opacity: 0;
293 }
294}
295
296/*# sourceMappingURL=bootstrap-table.css.map */