selector에 검은색 추가

This commit is contained in:
2019-04-07 20:53:35 +09:00
parent 59877e181e
commit fc6cda86df
2 changed files with 12 additions and 3 deletions
+8
View File
@@ -247,3 +247,11 @@ div.bar_out div.bar_in{
.select2-dropdown.simple-select2-align-center li.select2-results__option{
text-align: center;
}
.select2-container--bootstrap4 .select2-selection--single.text-secondary .select2-selection__rendered{
color:white;
}
.select2-container--bootstrap4 .text-secondary .select2-results__option[aria-selected=false]{
color:white;
}