mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #209 from nextcloud/select2-css
Makes select2 in settings/admin look the same like everywhere else
This commit is contained in:
commit
03449dcb9a
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue