r2812 - adjusted custom icons demo css to make sure it's more specific than the theme switcher

r2812 - adjusted custom icons demo css to make sure it's more specific than the theme switcher


Author: scottjehl
Date: Thu Jun 18 14:49:27 2009
New Revision: 2812
Modified:
branches/labs/selectmenu/index.html
Log:
adjusted custom icons demo css to make sure it's more specific than the
theme switcher
Modified: branches/labs/selectmenu/index.html
==============================================================================
--- branches/labs/selectmenu/index.html    (original)
+++ branches/labs/selectmenu/index.html    Thu Jun 18 14:49:27 2009
@@ -16,12 +16,12 @@
        select { width: 200px; }
        
        /*select with custom icons*/
-        a.customicons { height: 2.8em;}
-        .customicons li a, a.customicons span.ui-selectmenu-status {
line-height: 2em; padding-left: 30px !important; }
-    
    .video .ui-selectmenu-item-icon, .podcast .ui-selectmenu-item-icon, .rss .ui-selectmenu-item-icon
{ height: 24px; width: 24px; }
-        .video .ui-selectmenu-item-icon { background:
url(sample_icons/24-video-square.png) 0 0 no-repeat; }
-        .podcast .ui-selectmenu-item-icon { background:
url(sample_icons/24-podcast-square.png) 0 0 no-repeat; }
-        .rss .ui-selectmenu-item-icon { background:
url(sample_icons/24-rss-square.png) 0 0 no-repeat; }
+        body a.customicons { height: 2.8em;}
+        body .customicons li a, body a.customicons span.ui-selectmenu-status {
line-height: 2em; padding-left: 30px !important; }
+        body .video .ui-selectmenu-item-icon,
body .podcast .ui-selectmenu-item-icon, body .rss .ui-selectmenu-item-icon
{ height: 24px; width: 24px; }
+        body .video .ui-selectmenu-item-icon { background:
url(sample_icons/24-video-square.png) 0 0 no-repeat; }
+        body .podcast .ui-selectmenu-item-icon { background:
url(sample_icons/24-podcast-square.png) 0 0 no-repeat; }
+        body .rss .ui-selectmenu-item-icon { background:
url(sample_icons/24-rss-square.png) 0 0 no-repeat; }
        
        
    </style>