diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-09-28 21:56:53 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2016-10-04 11:29:17 -0400 |
commit | dde9b83df61d1d676e66cb2a2f7970dd44a05137 (patch) | |
tree | e516dcf3dcf73cebf907964f086e8b6659d02b88 /themes | |
parent | 265b8f5e533923b9b4c9cbd9f1dd7b7785423381 (diff) | |
download | jquery-ui-dde9b83df61d1d676e66cb2a2f7970dd44a05137.tar.gz jquery-ui-dde9b83df61d1d676e66cb2a2f7970dd44a05137.zip |
Theme: Replace missing definition for default icons
Fixes jquery/download.jqueryui.com#335
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/base/theme.css b/themes/base/theme.css index c802a0900..a1c3c3cd6 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -219,7 +219,8 @@ a.ui-button:active, .ui-state-error-text .ui-icon { background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/; } -.ui-button .ui-icon { +.ui-button .ui-icon, +.ui-state-default .ui-icon { background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/; } |