From d6f75ba1e72a9033d0e530001b416f7353953b70 Mon Sep 17 00:00:00 2001 From: lemartialou Date: Wed, 27 May 2015 00:27:36 +0200 Subject: [PATCH] Update statistic.less --- src/definitions/views/statistic.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/definitions/views/statistic.less b/src/definitions/views/statistic.less index 80fae3731..294254ec2 100755 --- a/src/definitions/views/statistic.less +++ b/src/definitions/views/statistic.less @@ -401,6 +401,11 @@ .ui.inverted.yellow.statistic > .value { color: @lightYellow; } +.ui.inverted.olive.statistics .statistic > .value, +.ui.statistics .inverted.olive.statistic > .value, +.ui.inverted.olive.statistic > .value { + color: @lightOlive; +} .ui.inverted.green.statistics .statistic > .value, .ui.statistics .inverted.green.statistic > .value, .ui.inverted.green.statistic > .value { @@ -550,4 +555,4 @@ } -.loadUIOverrides(); \ No newline at end of file +.loadUIOverrides();