summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 5089415ef1b..c4854ecec32 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -596,3 +596,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
#warning {
color: red;
}
+
+/* SELECT */
+
+.select2-container-multi .select2-choices .select2-search-choice {
+ background-color: rgba(240,240,240,.9)!important;
+ border-color: rgba(240,240,240,.9)!important;
+ box-shadow: none!important;
+ background-image: none!important;
+}