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
|
@ -592,3 +592,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
||||||
#warning {
|
#warning {
|
||||||
color: red;
|
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 New Issue