summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-18 19:42:39 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-18 19:54:12 +0200
commit66258f55e63ed460d2967a6541b77cf2fc3e5361 (patch)
treee2059a2e99bd452d658230ff299a3bab95fea066 /settings
parentb8eea5fcab428939463c605bebebb602b732d121 (diff)
downloadnextcloud-server-66258f55e63ed460d2967a6541b77cf2fc3e5361.tar.gz
nextcloud-server-66258f55e63ed460d2967a6541b77cf2fc3e5361.zip
move select2 styles to core so it's universal, not only for tags
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 00588beabc0..39f4c28a3a5 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -663,12 +663,3 @@ 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;
-}