aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r--themes/default/theme.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index 9fa267473..3a68f1577 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -773,3 +773,8 @@ LEGEND {
.imageInfo {display:table-row; line-height:20px;}
.imageInfo dt {display:table-cell; text-align:right; font-weight:bold; padding-right:0.5em;}
.imageInfo dd {display:table-cell; text-align:left; font-weight:normal;}
+
+/* Selectize */
+.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
+ padding: 0px 5px !important;
+}