select css changes in setting/admin

This commit is contained in:
Vincent Chan 2016-06-23 12:37:58 +02:00
parent 77c1175894
commit 75cd7df4fb

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