]> source.dussan.org Git - jquery-ui.git/commitdiff
Theme: Switch icon background to use bgColorContent
authorAlexander Schmitz <arschmitz@gmail.com>
Thu, 29 Sep 2016 01:42:50 +0000 (21:42 -0400)
committerAlexander Schmitz <arschmitz@gmail.com>
Tue, 4 Oct 2016 15:29:17 +0000 (11:29 -0400)
It's more semanticly correct then fcActive and looks the same or better
on most themes

Fixes jquery/download.jqueryui.com#335

themes/base/theme.css

index d84cd190528e912f621e64918d44806819fcc2d9..c802a090003675237776deb420fa2e0e5bac3de7 100644 (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,