Fix select2 text color
This commit is contained in:
parent
8e83f4f15c
commit
dcdc53464d
@ -3559,6 +3559,9 @@ div.dataTables_length select {
|
|||||||
/* Select2 */
|
/* Select2 */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.select2-container .select2-choice {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
.selectoptiondisabledwhite {
|
.selectoptiondisabledwhite {
|
||||||
background: #FFFFFF !important;
|
background: #FFFFFF !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3410,6 +3410,9 @@ div.dataTables_length select {
|
|||||||
/* Select2 */
|
/* Select2 */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.select2-container .select2-choice {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
.selectoptiondisabledwhite {
|
.selectoptiondisabledwhite {
|
||||||
background: #FFFFFF !important;
|
background: #FFFFFF !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user