File: optgroup_columns.less

package info (click to toggle)
libjs-jquery-selectize.js 0.12.6%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,448 kB
  • sloc: javascript: 11,604; sh: 116; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.selectize-dropdown.plugin-optgroup_columns {
	.optgroup {
		border-right: 1px solid #f2f2f2;
		border-top: 0 none;
		float: left;
		.selectize-box-sizing(border-box);
	}
	.optgroup:last-child {
		border-right: 0 none;
	}
	.optgroup:before {
		display: none;
	}
	.optgroup-header {
		border-top: 0 none;
	}
}