mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 05:37:01 +03:00
fix for selectize
This commit is contained in:
parent
790efeb8b9
commit
1b119352c5
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user