- updated @fortawesome/fontawesome-free to v5.11.2 - updated @sweetalert2/theme-bootstrap-4 to 2.2.1 - updated @ttskch/select2-bootstrap4-theme to v1.3.2 - updated datatables.net to v1.10.20 - updated datatables.net-autofill-bs4 to v2.3.4 - updated datatables.net-bs4 to v1.10.20 - updated datatables.net-buttons-bs4 to v1.6.1 - updated datatables.net-colreorder-bs4 to v1.5.2 - updated datatables.net-fixedcolumns-bs4 to v3.3.0 - updated datatables.net-fixedheader-bs4 to v3.1.6 - updated datatables.net-keytable-bs4 to v2.5.1 - updated datatables.net-rowgroup-bs4 to v1.1.1 - updated datatables.net-rowreorder-bs4 to v1.2.6 - updated datatables.net-scroller-bs4 to v2.0.1 - updated datatables.net-select-bs4 to v1.3.1 - updated flag-icon-css to v3.4.2 - updated flot to v3.2.13 - updated fs-extra to v8.1.0 - updated inputmask to v4.0.9 - updated overlayscrollbars to v1.10.0 - updated pdfmake to v0.1.60 - updated popper.js to v1.16.0 - updated select2 to v4.0.11 - updated sweetalert2 to v8.18.5
88 lines
2.1 KiB
CSS
88 lines
2.1 KiB
CSS
/*
|
|
* Bootstrap Duallistbox - v4.0.1
|
|
* A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.
|
|
* http://www.virtuosoft.eu/code/bootstrap-duallistbox/
|
|
*
|
|
* Made by István Ujj-Mészáros
|
|
* Under Apache License v2.0 License
|
|
*/
|
|
.bootstrap-duallistbox-container .buttons {
|
|
width: 100%;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container label {
|
|
display: block;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container .info {
|
|
display: inline-block;
|
|
margin-bottom: 5px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container .clear1,
|
|
.bootstrap-duallistbox-container .clear2 {
|
|
display: none;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container .box1.filtered .clear1,
|
|
.bootstrap-duallistbox-container .box2.filtered .clear2 {
|
|
display: inline-block;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container .move,
|
|
.bootstrap-duallistbox-container .remove {
|
|
width: 50%;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container .btn-group .btn {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.bootstrap-duallistbox-container:not(.moveonselect) select {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.bootstrap-duallistbox-container .moveall,
|
|
.bootstrap-duallistbox-container .removeall {
|
|
width: 50%;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container select {
|
|
width: 100%;
|
|
height: 300px;
|
|
padding: 0;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container .filter {
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 31px;
|
|
margin: 0 0 5px 0;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container .filter.placeholder {
|
|
color: #aaa;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container.moveonselect .move,
|
|
.bootstrap-duallistbox-container.moveonselect .remove {
|
|
display:none;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container.moveonselect .moveall,
|
|
.bootstrap-duallistbox-container.moveonselect .removeall {
|
|
width: 100%;
|
|
}
|