diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-09-28 21:42:50 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2016-10-04 11:29:17 -0400 |
commit | 265b8f5e533923b9b4c9cbd9f1dd7b7785423381 (patch) | |
tree | a4aec95f6009c199b2e013f4be90599ffa234450 | |
parent | 12943438478e71db02e861b02cd406429fc3b080 (diff) | |
download | jquery-ui-265b8f5e533923b9b4c9cbd9f1dd7b7785423381.tar.gz jquery-ui-265b8f5e533923b9b4c9cbd9f1dd7b7785423381.zip |
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
-rw-r--r-- | themes/base/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/theme.css b/themes/base/theme.css index d84cd1905..c802a0900 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/*{fcActive}*/; + background-color: #ffffff/*{bgColorContent}*/; } .ui-state-active a, .ui-state-active a:link, |