Fix select2 text color

This commit is contained in:
Laurent Destailleur 2016-02-22 14:25:12 +01:00
parent 8e83f4f15c
commit dcdc53464d
2 changed files with 6 additions and 0 deletions

View File

@ -3559,6 +3559,9 @@ div.dataTables_length select {
/* Select2 */
/* ============================================================================== */
.select2-container .select2-choice {
color: #000;
}
.selectoptiondisabledwhite {
background: #FFFFFF !important;
}

View File

@ -3410,6 +3410,9 @@ div.dataTables_length select {
/* Select2 */
/* ============================================================================== */
.select2-container .select2-choice {
color: #000;
}
.selectoptiondisabledwhite {
background: #FFFFFF !important;
}