1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

selectize

This commit is contained in:
Cameron
2017-02-01 13:12:07 -08:00
parent 5813701832
commit ae07728409
2 changed files with 4 additions and 2 deletions

View File

@@ -750,7 +750,7 @@ class e_form
e107::js('core', 'selectize/js/selectize.init.js', 'jquery');
$options['selectize']['wrapperClass'] = 'selectize-control';
$options['selectize']['inputClass'] = 'selectize-input form-control';
$options['selectize']['inputClass'] = 'form-control selectize-input ';
$options['selectize']['dropdownClass'] = 'selectize-dropdown';
$options['selectize']['dropdownContentClass'] = 'selectize-dropdown-content';
$options['selectize']['copyClassesToDropdown'] = true;

View File

@@ -1193,9 +1193,11 @@ li.rssRow > div {
/* ######## selectize.js ######## */
.selectize-input input, .selectize-input.full { color: inherit; background-color:inherit }
.selectize-input { color: inherit; }
.selectize-input > input, .selectize-input.full { color: inherit; background-color:inherit}
.selectize-control div.item { border-radius:3px; }
.selectize-control div.item .remove { margin-top:3px }
.selectize-input.focus { }
/*