comparison query_builder/selectize/dist/less/plugins/optgroup_columns.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-dropdown.plugin-optgroup_columns {
2 .optgroup {
3 border-right: 1px solid #f2f2f2;
4 border-top: 0 none;
5 float: left;
6 .selectize-box-sizing(border-box);
7 }
8 .optgroup:last-child {
9 border-right: 0 none;
10 }
11 .optgroup:before {
12 display: none;
13 }
14 .optgroup-header {
15 border-top: 0 none;
16 }
17 }