summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-18 22:05:15 +0200
committerGitHub <noreply@github.com>2016-10-18 22:05:15 +0200
commite115bf96e742909b78150d04305b67196b94115c (patch)
tree250219a7d1cb16ebdbfd2ded70a60a3ce97275f4 /settings
parent3c698c8c7cd3630f7338338fd25db7279434a777 (diff)
parentafac0fddb31e7ccb69782308cbc15c1598691b7a (diff)
downloadnextcloud-server-e115bf96e742909b78150d04305b67196b94115c.tar.gz
nextcloud-server-e115bf96e742909b78150d04305b67196b94115c.zip
Merge pull request #1789 from nextcloud/select2-fixes
move select2 styles to core so it's universal, not only for tags
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;
-}