Mercurial > hg > NetworkVis
comparison query_builder/selectize/dist/less/plugins/drag_drop.less @ 26:22be4ea663a7
Trying to work out having json request from neo4j display properly in drop down selectize box
author | arussell |
---|---|
date | Tue, 01 Dec 2015 02:07:13 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
25:f82512502b31 | 26:22be4ea663a7 |
---|---|
1 .selectize-control.plugin-drag_drop { | |
2 &.multi > .selectize-input > div.ui-sortable-placeholder { | |
3 visibility: visible !important; | |
4 background: #f2f2f2 !important; | |
5 background: rgba(0,0,0,0.06) !important; | |
6 border: 0 none !important; | |
7 .selectize-box-shadow(inset 0 0 12px 4px #fff); | |
8 } | |
9 .ui-sortable-placeholder::after { | |
10 content: '!'; | |
11 visibility: hidden; | |
12 } | |
13 .ui-sortable-helper { | |
14 .selectize-box-shadow(0 2px 5px rgba(0,0,0,0.2)); | |
15 } | |
16 } |