From c4edb57be9d5637c0a220d5fbf8d57207c222b5c Mon Sep 17 00:00:00 2001 From: lemartialou Date: Wed, 27 May 2015 13:43:51 +0200 Subject: [PATCH 1/2] Update icon.less --- src/definitions/elements/icon.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/elements/icon.less b/src/definitions/elements/icon.less index 27f8f1977..cfa169033 100755 --- a/src/definitions/elements/icon.less +++ b/src/definitions/elements/icon.less @@ -249,7 +249,7 @@ i.olive.icon { color: @olive !important; } i.inverted.olive.icon { - color: @lightGreen !important; + color: @lightOlive !important; } i.inverted.bordered.olive.icon, i.inverted.circular.olive.icon { @@ -441,4 +441,4 @@ i.icons .inverted.corner.icon { text-shadow: @cornerIconInvertedShadow; } -.loadUIOverrides(); \ No newline at end of file +.loadUIOverrides(); From 2d0c9cac9fba00aeab9e504e45bbb3b80fb53c3d Mon Sep 17 00:00:00 2001 From: lemartialou Date: Wed, 27 May 2015 13:46:09 +0200 Subject: [PATCH 2/2] Update progress.less --- src/definitions/modules/progress.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/progress.less b/src/definitions/modules/progress.less index 233b9beca..169fd3be5 100755 --- a/src/definitions/modules/progress.less +++ b/src/definitions/modules/progress.less @@ -387,7 +387,7 @@ background-color: @olive; } .ui.olive.inverted.progress .bar { - background-color: @lightGreen; + background-color: @lightOlive; } /* Green */