Skip to content

Commit fb654eb

Browse files
author
Federico Zivolo
committed
fix for material wells and for multiple selects
1 parent c19199e commit fb654eb

4 files changed

Lines changed: 78 additions & 331 deletions

File tree

css-compiled/material-wfont.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,10 @@ body [class^="well well-material"],
20702070
.container-fluid [class^="well well-material"],
20712071
body [class^="well well-material"] .form-control,
20722072
.container [class^="well well-material"] .form-control,
2073-
.container-fluid [class^="well well-material"] .form-control {
2073+
.container-fluid [class^="well well-material"] .form-control,
2074+
body [class^="well well-material"] .floating-label,
2075+
.container [class^="well well-material"] .floating-label,
2076+
.container-fluid [class^="well well-material"] .floating-label {
20742077
color: rgba(255, 255, 255, 0.84);
20752078
}
20762079
body [class^="well well-material"] .form-control,

0 commit comments

Comments
 (0)