Skip to content

Commit bf95587

Browse files
author
Federico Zivolo
committed
fixed color on normal wells.
1 parent 1a03c03 commit bf95587

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

css-compiled/material-wfont.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,6 +1684,7 @@ body .well,
16841684
body .jumbotron,
16851685
.container .jumbotron,
16861686
.container-fluid .jumbotron {
1687+
color: rgba(0, 0, 0, 0.84);
16871688
background-color: #fff;
16881689
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
16891690
border-radius: 2px;
@@ -1890,7 +1891,7 @@ body .jumbotron-material-lightgrey,
18901891
body [class^="well well-material"],
18911892
.container [class^="well well-material"],
18921893
.container-fluid [class^="well well-material"] {
1893-
color: #FFF;
1894+
color: rgba(255, 255, 255, 0.84);
18941895
}
18951896
.modal-content {
18961897
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

css-compiled/material.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,6 +1683,7 @@ body .well,
16831683
body .jumbotron,
16841684
.container .jumbotron,
16851685
.container-fluid .jumbotron {
1686+
color: rgba(0, 0, 0, 0.84);
16861687
background-color: #fff;
16871688
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
16881689
border-radius: 2px;
@@ -1889,7 +1890,7 @@ body .jumbotron-material-lightgrey,
18891890
body [class^="well well-material"],
18901891
.container [class^="well well-material"],
18911892
.container-fluid [class^="well well-material"] {
1892-
color: #FFF;
1893+
color: rgba(255, 255, 255, 0.84);
18931894
}
18941895
.modal-content {
18951896
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

less/material.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ legend {
4040

4141
body, .container, .container-fluid {
4242
.well, .jumbotron {
43+
color: @lightbg-text;
4344
background-color: #fff;
4445
.shadow-z-2();
4546
border-radius: 2px;
@@ -50,7 +51,7 @@ body, .container, .container-fluid {
5051
.variations(~"", background-color, #FFF);
5152
}
5253
[class^="well well-material"] {
53-
color: #FFF;
54+
color: @darkbg-text;
5455
}
5556
}
5657

0 commit comments

Comments
 (0)