parent
3a862e7432
commit
faad41f5e2
94 changed files with 37138 additions and 4 deletions
17
web/vendor/selectize.js/dist/less/plugins/optgroup_columns.less
vendored
Normal file
17
web/vendor/selectize.js/dist/less/plugins/optgroup_columns.less
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
.selectize-dropdown.plugin-optgroup_columns {
|
||||
.optgroup {
|
||||
border-right: 1px solid #f2f2f2;
|
||||
border-top: 0 none;
|
||||
float: left;
|
||||
.selectize-box-sizing(border-box);
|
||||
}
|
||||
.optgroup:last-child {
|
||||
border-right: 0 none;
|
||||
}
|
||||
.optgroup:before {
|
||||
display: none;
|
||||
}
|
||||
.optgroup-header {
|
||||
border-top: 0 none;
|
||||
}
|
||||
}
|
Reference in a new issue