fixed color on normal wells.

This commit is contained in:
Federico Zivolo 2014-09-19 12:48:45 +02:00
parent 1a03c0318e
commit bf95587330
3 changed files with 6 additions and 3 deletions

View File

@ -1684,6 +1684,7 @@ body .well,
body .jumbotron,
.container .jumbotron,
.container-fluid .jumbotron {
color: rgba(0, 0, 0, 0.84);
background-color: #fff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
border-radius: 2px;
@ -1890,7 +1891,7 @@ body .jumbotron-material-lightgrey,
body [class^="well well-material"],
.container [class^="well well-material"],
.container-fluid [class^="well well-material"] {
color: #FFF;
color: rgba(255, 255, 255, 0.84);
}
.modal-content {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

View File

@ -1683,6 +1683,7 @@ body .well,
body .jumbotron,
.container .jumbotron,
.container-fluid .jumbotron {
color: rgba(0, 0, 0, 0.84);
background-color: #fff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
border-radius: 2px;
@ -1889,7 +1890,7 @@ body .jumbotron-material-lightgrey,
body [class^="well well-material"],
.container [class^="well well-material"],
.container-fluid [class^="well well-material"] {
color: #FFF;
color: rgba(255, 255, 255, 0.84);
}
.modal-content {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

View File

@ -40,6 +40,7 @@ legend {
body, .container, .container-fluid {
.well, .jumbotron {
color: @lightbg-text;
background-color: #fff;
.shadow-z-2();
border-radius: 2px;
@ -50,7 +51,7 @@ body, .container, .container-fluid {
.variations(~"", background-color, #FFF);
}
[class^="well well-material"] {
color: #FFF;
color: @darkbg-text;
}
}