mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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:
parent
1294343847
commit
265b8f5e53
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user