From bb56dd59e832177786a199f7a1f6acabdb7f8f6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Sun, 25 Oct 2015 17:34:34 -0400 Subject: [PATCH] Theme: Fix ThemeRoller variable for ui-icon-background, again --- themes/base/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/base/theme.css b/themes/base/theme.css index fd6993e36..a82fc18cb 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -119,7 +119,7 @@ a.ui-button:active, .ui-icon-background, .ui-state-active .ui-icon-background { border: #003eff/*{borderColorActive}*/; - background-color: #ffffff/*{fcColorActive}*/; + background-color: #ffffff/*{fcActive}*/; } .ui-state-active a, .ui-state-active a:link, -- 2.39.5