mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
select css changes in setting/admin
This commit is contained in:
parent
77c1175894
commit
75cd7df4fb
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