From bf955873302b620c4abe31686477ec942eeb4345 Mon Sep 17 00:00:00 2001 From: Federico Zivolo Date: Fri, 19 Sep 2014 12:48:45 +0200 Subject: [PATCH] fixed color on normal wells. --- css-compiled/material-wfont.css | 3 ++- css-compiled/material.css | 3 ++- less/material.less | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/css-compiled/material-wfont.css b/css-compiled/material-wfont.css index 55b437cc..d253f7cd 100644 --- a/css-compiled/material-wfont.css +++ b/css-compiled/material-wfont.css @@ -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); diff --git a/css-compiled/material.css b/css-compiled/material.css index b6fedb1d..8a4b74fe 100644 --- a/css-compiled/material.css +++ b/css-compiled/material.css @@ -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); diff --git a/less/material.less b/less/material.less index 47cd0c54..3f727e9d 100644 --- a/less/material.less +++ b/less/material.less @@ -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; } }