mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-23 16:49:59 +01:00
update
This commit is contained in:
16
node_modules/selectize/dist/less/plugins/drag_drop.less
generated
vendored
Normal file
16
node_modules/selectize/dist/less/plugins/drag_drop.less
generated
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 New Issue
Block a user