From fbe244d0119294e557517944adfc6583bbd86081 Mon Sep 17 00:00:00 2001 From: Alexandre Jarnoux Date: Tue, 25 Oct 2016 16:03:05 +1100 Subject: [PATCH] Fix inline validation style when checked --- src/app/stylesheets/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/stylesheets/variables.less b/src/app/stylesheets/variables.less index 47acf247..4c8a31df 100644 --- a/src/app/stylesheets/variables.less +++ b/src/app/stylesheets/variables.less @@ -152,7 +152,7 @@ @dashboard-account-tabs-text-color: @text-strong-color; @dashboard-account-panel-bg-color: @bg-inverse-color; @dashboard-account-panel-text-color: @text-strong-color; -@dashboard-account-inline-text-color-checked: @bg-inverse-color; +@dashboard-account-inline-text-color-checked: #33d375; @dashboard-account-inline-text-color-unchecked: @elem-cozy-color; /*-----------------------------------------------------------------------*/