diff options
Diffstat (limited to 'themes/default/js/plugins/selectize.dark.css')
-rw-r--r-- | themes/default/js/plugins/selectize.dark.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/js/plugins/selectize.dark.css b/themes/default/js/plugins/selectize.dark.css index 3f4842db4..81125439a 100644 --- a/themes/default/js/plugins/selectize.dark.css +++ b/themes/default/js/plugins/selectize.dark.css @@ -1,5 +1,5 @@ /** - * selectize.dark.css (v0.9.1) - Dark Theme + * selectize.dark.css (v0.11.2) - Dark Theme * Copyright (c) 2013 Brian Reavis & contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this @@ -190,6 +190,7 @@ border: 1px solid #aaaaaa; } .selectize-input > input { + display: inline-block !important; padding: 0 !important; min-height: 0 !important; max-height: none !important; |