aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2015-10-25 17:34:34 -0400
committerJörn Zaefferer <joern.zaefferer@gmail.com>2015-10-25 17:34:34 -0400
commitbb56dd59e832177786a199f7a1f6acabdb7f8f6e (patch)
tree793c974a40d07cac9c97caa50f08639d3c08525f /themes
parentf54d489df398702006296c3ea282637c879a6a27 (diff)
downloadjquery-ui-bb56dd59e832177786a199f7a1f6acabdb7f8f6e.tar.gz
jquery-ui-bb56dd59e832177786a199f7a1f6acabdb7f8f6e.zip
Theme: Fix ThemeRoller variable for ui-icon-background, again
Diffstat (limited to 'themes')
-rw-r--r--themes/base/theme.css2
1 files changed, 1 insertions, 1 deletions
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,