From 221ded54771dbe0753abfc326ca21b9d6519efb6 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sat, 28 Apr 2012 02:28:37 +0100 Subject: [PATCH] MDL-28955 theme_nimble: added css rules to display horizontal/vertical-menu-submenu-indicator --- theme/nimble/style/menu.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/nimble/style/menu.css b/theme/nimble/style/menu.css index e76ed12a609..d1daba6d616 100644 --- a/theme/nimble/style/menu.css +++ b/theme/nimble/style/menu.css @@ -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%; +}