From 5813701832ab8a2415441eb3e4dc0d13776a4693 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 1 Feb 2017 12:34:42 -0800 Subject: [PATCH] Selectize --- e107_themes/bootstrap3/admin_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 6fe849d95..f393566b2 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1193,7 +1193,7 @@ li.rssRow > div { /* ######## selectize.js ######## */ -.selectize-input 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 }