This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/less/espo/misc/selectize/plugins/drag_drop.less
T
Yuri Kuznetsov 247521ba37 dark theme
2021-12-23 17:17:23 +02:00

16 lines
452 B
Plaintext

.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));
}
}