Skip to content

Commit

Permalink
MDL-28955 theme_nimble: added css rules to display horizontal/vertica…
Browse files Browse the repository at this point in the history
…l-menu-submenu-indicator
  • Loading branch information
Mary Evans committed Apr 28, 2012
1 parent eddceb6 commit 221ded5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions theme/nimble/style/menu.css
Expand Up @@ -62,3 +62,11 @@
#custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .ul {
border-width:0;
}
#custommenu .yui3-menu-label,
#custommenu .yui3-menu .yui3-menu .yui3-menu-label {
background:url([[pix:theme|vertical-menu-submenu-indicator]]) no-repeat 100% 50%;
}

#custommenu .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {
background:url([[pix:theme|horizontal-menu-submenu-indicator]]) no-repeat 100% 50%;
}

0 comments on commit 221ded5

Please sign in to comment.