fix for selectize

This commit is contained in:
Federico Zivolo 2014-09-23 12:11:38 +02:00
parent 790efeb8b9
commit 1b119352c5
3 changed files with 9 additions and 3 deletions

View File

@ -2083,7 +2083,10 @@ body [class^="well well-material"] .form-control,
} }
body [class^="well well-material"] .option, body [class^="well well-material"] .option,
.container [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); color: rgba(0, 0, 0, 0.84);
} }
.modal-content { .modal-content {

View File

@ -2082,7 +2082,10 @@ body [class^="well well-material"] .form-control,
} }
body [class^="well well-material"] .option, body [class^="well well-material"] .option,
.container [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); color: rgba(0, 0, 0, 0.84);
} }
.modal-content { .modal-content {

View File

@ -58,7 +58,7 @@ body, .container, .container-fluid {
border-bottom-color: @darkbg-text; border-bottom-color: @darkbg-text;
} }
// Rule to fix selectize plugin // Rule to fix selectize plugin
.option { .option, .create {
color: @lightbg-text; color: @lightbg-text;
} }