mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-20 15:09:36 +08:00
36 lines
732 B
Plaintext
36 lines
732 B
Plaintext
.enable_plugin_duallist() when(@enable-plugin-duallist = true) {
|
|
|
|
.btn-group > .btn.moveall:first-child,
|
|
.btn-group > .btn.remove:first-child {
|
|
margin: 0;
|
|
}
|
|
.btn-group > .btn.moveall:first-child + .btn.move,
|
|
.btn-group > .btn.remove:first-child + .btn.removeall {
|
|
margin: 0;
|
|
}
|
|
|
|
.bootstrap-duallistbox-container .info {
|
|
font-size: ceil(@base-font-size * 0.9);
|
|
}
|
|
|
|
.bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 {
|
|
font-size: ceil(@base-font-size * 0.9);
|
|
}
|
|
|
|
}
|
|
.enable_plugin_duallist();
|
|
|
|
|
|
|
|
.btn.multiselect-clear-filter {
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
line-height: 1.45;
|
|
}
|
|
|
|
.multiselect-container > li > a {
|
|
padding: 0;
|
|
> label {
|
|
padding: 7px 10px 7px 20px;
|
|
}
|
|
} |