Merge pull request #209 from nextcloud/select2-css

Makes select2 in settings/admin look the same like everywhere else
This commit is contained in:
Lukas Reschke 2016-06-26 12:52:41 +02:00 committed by GitHub
commit 03449dcb9a
1 changed files with 9 additions and 0 deletions

View File

@ -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;
}