Theme: Switch icon background to use bgColorContent

It's more semanticly correct then fcActive and looks the same or better
on most themes

Fixes jquery/download.jqueryui.com#335
This commit is contained in:
Alexander Schmitz 2016-09-28 21:42:50 -04:00
parent 1294343847
commit 265b8f5e53

View File

@ -119,7 +119,7 @@ a.ui-button:active,
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff/*{borderColorActive}*/;
background-color: #ffffff/*{fcActive}*/;
background-color: #ffffff/*{bgColorContent}*/;
}
.ui-state-active a,
.ui-state-active a:link,