hjg
2023-11-18 bb48edb3d9faaaeab0088151c86fc24137acdb08
提交 | 用户 | 时间
58d006 1 .enable_plugin_duallist() when(@enable-plugin-duallist = true) {
A 2
3     .btn-group > .btn.moveall:first-child,
4     .btn-group > .btn.remove:first-child {
5      margin: 0;
6     }
7     .btn-group > .btn.moveall:first-child + .btn.move,
8     .btn-group > .btn.remove:first-child + .btn.removeall {
9       margin: 0;
10     }
11
12     .bootstrap-duallistbox-container .info {
13       font-size: ceil(@base-font-size * 0.9);
14     }
15
16     .bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 {
17       font-size: ceil(@base-font-size * 0.9);
18     }
19
20 }
21 .enable_plugin_duallist();
22
23
24
25 .btn.multiselect-clear-filter {
26  padding-left: 6px;
27  padding-right: 6px;
28  line-height: 1.45;
29 }
30
31 .multiselect-container > li > a {
32  padding: 0;
33  > label {
34    padding: 7px 10px 7px 20px;
35  }
36 }