diff options
author | mistic100 <mistic@piwigo.org> | 2014-11-30 11:38:09 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-11-30 11:38:09 +0000 |
commit | 1ac4fb3168fb5311e757454bf760c09ec7c8c954 (patch) | |
tree | 87c79edff463b5b457d2fd2e055cdb1968d612f1 /themes/default/js/plugins/selectize.dark.css | |
parent | 20959c774d1821110c2fd022d1db580fe6889770 (diff) |
update selectize and colorbox + all colorbox themes and i18n
git-svn-id: http://piwigo.org/svn/trunk@30628 68402e56-0260-453c-a942-63ccdbb3a9ee
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; |