mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
selectize
This commit is contained in:
@@ -750,7 +750,7 @@ class e_form
|
|||||||
e107::js('core', 'selectize/js/selectize.init.js', 'jquery');
|
e107::js('core', 'selectize/js/selectize.init.js', 'jquery');
|
||||||
|
|
||||||
$options['selectize']['wrapperClass'] = 'selectize-control';
|
$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']['dropdownClass'] = 'selectize-dropdown';
|
||||||
$options['selectize']['dropdownContentClass'] = 'selectize-dropdown-content';
|
$options['selectize']['dropdownContentClass'] = 'selectize-dropdown-content';
|
||||||
$options['selectize']['copyClassesToDropdown'] = true;
|
$options['selectize']['copyClassesToDropdown'] = true;
|
||||||
|
@@ -1193,9 +1193,11 @@ li.rssRow > div {
|
|||||||
|
|
||||||
/* ######## selectize.js ######## */
|
/* ######## 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 { border-radius:3px; }
|
||||||
.selectize-control div.item .remove { margin-top:3px }
|
.selectize-control div.item .remove { margin-top:3px }
|
||||||
|
.selectize-input.focus { }
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user