ItEr48S04ValidacionEProbasFuncionaisItEr47S04: Restricted bullet in z-menu-popup item hover to main menu

This commit is contained in:
Lorenzo Tilve 2010-02-16 08:59:09 +01:00 committed by Javier Moran Rua
parent 2c761f6a33
commit d5fdb0ce6b
2 changed files with 2 additions and 2 deletions

View file

@ -1156,6 +1156,6 @@ tr.z-tree-row-seld, tr.z-list-item-seld,
cursor: default;
}
.z-menu-popup-cnt .z-menu-item-over .z-menu-item-img {
.submenu .z-menu-popup-cnt .z-menu-item-over .z-menu-item-img {
background-image: url(../img/ico_submenu.png);
}

View file

@ -31,7 +31,7 @@
ctrlKeys="^k#f2" onCtrlKey="doCtrlKey()" sclass="mainmenu" autodrop="true">
<menu forEach="${menuContainer.customMenuItems}" label="${i18n:_(each.name)}" class="${each.activeParent?'current-section':''}" >
<menupopup>
<menupopup sclass="submenu">
<menuitem forEach="${each.children}" label="${i18n:_(each.name)}"
href='${each.url}' />
</menupopup>