From 7399c7537476c370acb1478773f9b27cda1bff45 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 21 May 2015 15:58:56 +0930 Subject: [PATCH] Make loading indicators stand out less when using a custom primary color --- framework/core/less/lib/components.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/less/lib/components.less b/framework/core/less/lib/components.less index 3f4b603c4..f600174be 100644 --- a/framework/core/less/lib/components.less +++ b/framework/core/less/lib/components.less @@ -10,7 +10,7 @@ .loading-indicator { position: relative; - color: @fl-body-primary-color; + color: @fl-secondary-color; } .loading-indicator-block { height: 100px;