Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
select css changes in setting/admin
  • Loading branch information
vincchan committed Jun 23, 2016
commit 75cd7df4fb9451bdd1e82e2fc76a65439887a1c6
9 changes: 9 additions & 0 deletions settings/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}