mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +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,
|
||||
.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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -58,7 +58,7 @@ body, .container, .container-fluid {
|
|||
border-bottom-color: @darkbg-text;
|
||||
}
|
||||
// Rule to fix selectize plugin
|
||||
.option {
|
||||
.option, .create {
|
||||
color: @lightbg-text;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user