aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/theme.css
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2016-09-28 21:42:50 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2016-10-04 11:29:17 -0400
commit265b8f5e533923b9b4c9cbd9f1dd7b7785423381 (patch)
treea4aec95f6009c199b2e013f4be90599ffa234450 /themes/base/theme.css
parent12943438478e71db02e861b02cd406429fc3b080 (diff)
downloadjquery-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
Diffstat (limited to 'themes/base/theme.css')
-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 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,