From: Jörn Zaefferer Date: Sun, 25 Oct 2015 21:30:34 +0000 (-0400) Subject: Theme: Fix ThemeRoller variable for ui-icon-background X-Git-Tag: 1.12.0-beta.1~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f54d489df398702006296c3ea282637c879a6a27;p=jquery-ui.git Theme: Fix ThemeRoller variable for ui-icon-background --- diff --git a/themes/base/theme.css b/themes/base/theme.css index e033bcb13..fd6993e36 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/*{bgColorActive}*/; + background-color: #ffffff/*{fcColorActive}*/; } .ui-state-active a, .ui-state-active a:link,