ItEr48S04ValidacionEProbasFuncionaisItEr47S04: Restricted bullet in z-menu-popup item hover to main menu
This commit is contained in:
parent
2c761f6a33
commit
d5fdb0ce6b
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue