summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorVincent Chan <plus.vincchan@gmail.com>2016-06-23 12:37:58 +0200
committerVincent Chan <plus.vincchan@gmail.com>2016-06-23 12:37:58 +0200
commit75cd7df4fb9451bdd1e82e2fc76a65439887a1c6 (patch)
tree0a93de4dca0dc5d1043531de9316997dcfe429e2 /settings/css
parent77c11758945f863e9bbf91a2e08952ea6999c237 (diff)
downloadnextcloud-server-75cd7df4fb9451bdd1e82e2fc76a65439887a1c6.tar.gz
nextcloud-server-75cd7df4fb9451bdd1e82e2fc76a65439887a1c6.zip
select css changes in setting/admin
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 78d37e0b876..487fc2ab588 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -592,3 +592,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;
+}