diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-11-18 02:46:00 -0500 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-11-27 15:44:05 -0500 |
| commit | 0339cd666b4c39ef3772f1d28dc3a5f30f422966 (patch) | |
| tree | 8fd39cbb0ed2e98696cfe5f8f2b71a0160e6ec43 /httemplate/elements/selectize/selectize-freeside.css | |
| parent | 0df9455e5c155bc7aea4f515876111825f1931b9 (diff) | |
RT# 32243 Implement Selectize.js library
Diffstat (limited to 'httemplate/elements/selectize/selectize-freeside.css')
| -rw-r--r-- | httemplate/elements/selectize/selectize-freeside.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/httemplate/elements/selectize/selectize-freeside.css b/httemplate/elements/selectize/selectize-freeside.css new file mode 100644 index 000000000..298c4a03b --- /dev/null +++ b/httemplate/elements/selectize/selectize-freeside.css @@ -0,0 +1,37 @@ +/** +* Freeside CSS theme overrides for selectize.js +* +*/ + +.selectize-label { + display: none !important; +} + +.selectize-input { + border-radius: 0 !important; + padding: 1px !important; + display: inline-block; + width: 250px; + text-align: left !important; +} + +.selectize-input .item { + margin: 2px !important; + text-align: left !important; +} + +.selectize-input .optgroup-header { + font-weight: bold; + background-color: #eee; + border-bottom: solid 1px #ccc; + text-align: left !important; +} + +.selectize-dropdown .option { + text-align: left !important; +} + +.selectize-input .optgroup .option { + padding-left: 1em; + text-align: left !important; +} |
