From a64e960d97feb44a3a039844bf0ed5f7f4ccc735 Mon Sep 17 00:00:00 2001 From: Federico Zivolo Date: Tue, 23 Sep 2014 12:11:38 +0200 Subject: [PATCH] fix for selectize --- css-compiled/material-wfont.css | 5 ++++- css-compiled/material.css | 5 ++++- less/material.less | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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; }