diff --git a/css-compiled/material-wfont.css b/css-compiled/material-wfont.css index bdf33ade..26640478 100644 --- a/css-compiled/material-wfont.css +++ b/css-compiled/material-wfont.css @@ -2083,7 +2083,10 @@ body [class^="well well-material"] .form-control, } body [class^="well well-material"] .option, .container [class^="well well-material"] .option, -.container-fluid [class^="well well-material"] .option { +.container-fluid [class^="well well-material"] .option, +body [class^="well well-material"] .create, +.container [class^="well well-material"] .create, +.container-fluid [class^="well well-material"] .create { color: rgba(0, 0, 0, 0.84); } .modal-content { diff --git a/css-compiled/material.css b/css-compiled/material.css index 9b18a097..557f061e 100644 --- a/css-compiled/material.css +++ b/css-compiled/material.css @@ -2082,7 +2082,10 @@ body [class^="well well-material"] .form-control, } body [class^="well well-material"] .option, .container [class^="well well-material"] .option, -.container-fluid [class^="well well-material"] .option { +.container-fluid [class^="well well-material"] .option, +body [class^="well well-material"] .create, +.container [class^="well well-material"] .create, +.container-fluid [class^="well well-material"] .create { color: rgba(0, 0, 0, 0.84); } .modal-content { diff --git a/less/material.less b/less/material.less index 10fab714..7fe12e14 100644 --- a/less/material.less +++ b/less/material.less @@ -58,7 +58,7 @@ body, .container, .container-fluid { border-bottom-color: @darkbg-text; } // Rule to fix selectize plugin - .option { + .option, .create { color: @lightbg-text; }