selector에 검은색 추가

This commit is contained in:
2018-11-28 01:14:43 +09:00
parent c89d6f1a58
commit a6efffda45
2 changed files with 12 additions and 3 deletions
+8
View File
@@ -225,4 +225,12 @@ 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;
}