aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2008-12-23 14:53:58 +0000
committerScott Jehl <scott@scottjehl.com>2008-12-23 14:53:58 +0000
commit8a01ecf52fbcd5271e3dd2b0cf32092b30aae1f8 (patch)
treea8f3a6330aae42d47a3663394ceb747490be2995 /themes/default
parent8ac14a59ae7cc444fe70cf2f3f3177e352c1a9b2 (diff)
downloadjquery-ui-8a01ecf52fbcd5271e3dd2b0cf32092b30aae1f8.tar.gz
jquery-ui-8a01ecf52fbcd5271e3dd2b0cf32092b30aae1f8.zip
.ui-state-focus wasn't getting icon color styles. fixed!
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/ui.theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/ui.theme.css b/themes/default/ui.theme.css
index 7779f0fe7..f39697054 100644
--- a/themes/default/ui.theme.css
+++ b/themes/default/ui.theme.css
@@ -39,7 +39,7 @@
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/222222_256x240_icons_icons.png); }
.ui-widget-content .ui-icon {background-image: url(images/222222_256x240_icons_icons.png); }
-.ui-widget-header .ui-icon {background-image: url(images/ffffff_256x240_icons_icons.png); }
+.ui-widget-header .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ffffff_256x240_icons_icons.png); }
.ui-state-default .ui-icon { background-image: url(images/ef8c08_256x240_icons_icons.png); }
.ui-state-hover .ui-icon {background-image: url(images/ef8c08_256x240_icons_icons.png); }
.ui-state-active .ui-icon {background-image: url(images/ef8c08_256x240_icons_icons.png); }