From 16a8b0e2fabe3dc632ae2e8dfcf9cc7a6f0c6aaa Mon Sep 17 00:00:00 2001 From: msquare Date: Fri, 22 Dec 2017 14:21:46 +0100 Subject: [PATCH] type color fix for 34c3 dark theme --- public/css/theme6.css | 3 ++- themes/theme6.less | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/theme6.css b/public/css/theme6.css index 37fc9ed8..7b5a51e8 100644 --- a/public/css/theme6.css +++ b/public/css/theme6.css @@ -21,7 +21,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -.label.label-warning { +.label.label-warning, +.progress-bar.progress-bar-warning { color: #000; } /*! diff --git a/themes/theme6.less b/themes/theme6.less index 9c8b2080..b4890601 100644 --- a/themes/theme6.less +++ b/themes/theme6.less @@ -44,7 +44,7 @@ THE SOFTWARE. @brand-warning: rgb(255, 255, 51); @brand-danger: rgb(255, 102, 0); -.label.label-warning { +.label.label-warning, .progress-bar.progress-bar-warning { color: #000; }