parent
3a862e7432
commit
faad41f5e2
94 changed files with 37138 additions and 4 deletions
16
web/vendor/selectize.js/dist/less/plugins/drag_drop.less
vendored
Normal file
16
web/vendor/selectize.js/dist/less/plugins/drag_drop.less
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
.selectize-control.plugin-drag_drop {
|
||||
&.multi > .selectize-input > div.ui-sortable-placeholder {
|
||||
visibility: visible !important;
|
||||
background: #f2f2f2 !important;
|
||||
background: rgba(0,0,0,0.06) !important;
|
||||
border: 0 none !important;
|
||||
.selectize-box-shadow(inset 0 0 12px 4px #fff);
|
||||
}
|
||||
.ui-sortable-placeholder::after {
|
||||
content: '!';
|
||||
visibility: hidden;
|
||||
}
|
||||
.ui-sortable-helper {
|
||||
.selectize-box-shadow(0 2px 5px rgba(0,0,0,0.2));
|
||||
}
|
||||
}
|
Reference in a new issue