Skip to content
Snippets Groups Projects
Commit dcdc5346 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix select2 text color

parent 8e83f4f1
No related branches found
No related tags found
No related merge requests found
......@@ -3559,6 +3559,9 @@ div.dataTables_length select {
/* Select2 */
/* ============================================================================== */
.select2-container .select2-choice {
color: #000;
}
.selectoptiondisabledwhite {
background: #FFFFFF !important;
}
......
......@@ -3410,6 +3410,9 @@ div.dataTables_length select {
/* Select2 */
/* ============================================================================== */
.select2-container .select2-choice {
color: #000;
}
.selectoptiondisabledwhite {
background: #FFFFFF !important;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment