Skip to content

Commit

Permalink
MDL-29787 FIX to remove sprite hover image from single menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Evans committed Oct 27, 2011
1 parent e1fe0c5 commit a688733
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions theme/overlay/style/core.css
Expand Up @@ -85,11 +85,11 @@ h1.headermain {
-webkit-text-stroke: 1px white;
}

.headermenu .logininfo,
.headermenu .langmenu,
.headermenu .langmenu div,
.headermenu .langmenu form,
.headermenu .langmenu select,
.headermenu .logininfo,
.headermenu .langmenu,
.headermenu .langmenu div,
.headermenu .langmenu form,
.headermenu .langmenu select,
.headermenu .langmenu label {
display: inline !important;
}
Expand Down Expand Up @@ -236,14 +236,18 @@ h1.headermain {
background-color:#666;
}

#custommenu .yui3-menu-content,
#custommenu .yui3-menu-content,
#custommenu .yui3-menu .yui3-menu .yui3-menu-content {
background-image:none;
background-color:#333;
border-width:0;
padding:0;
}

#custommenu .yui3-menuitem-active .yui3-menuitem-content {
background-image: none;
}

#custommenu .yui3-menu-label,
#custommenu .yui3-menu .yui3-menu .yui3-menu-label {
background-image:url([[pix:theme|vertical-menu-submenu-indicator]]);
Expand All @@ -268,7 +272,7 @@ h1.headermain {
padding:0 20px;
}

#custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content,
#custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content,
#custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .ul {
border-width:0;
}
Expand Down

0 comments on commit a688733

Please sign in to comment.