Bug 633656 - When split menus are hovered, both the main item and expansion arrow should display on mouse in [r=dao, a=gavin]

This commit is contained in:
Margaret Leibovic 2011-02-16 10:53:32 -05:00
Родитель 212873b55e
Коммит d4498bc830
3 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -1079,7 +1079,7 @@
class="splitmenu-menuitem"
xbl:inherits="iconic,label,disabled,onclick=oncommand,_moz-menuactive=active"/>
<xul:menu anonid="menu" class="splitmenu-menu"
xbl:inherits="disabled"
xbl:inherits="disabled,_moz-menuactive=active"
oncommand="event.stopPropagation();">
<children includes="menupopup"/>
</xul:menu>

Просмотреть файл

@ -1722,7 +1722,11 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
-moz-transform: translate(0, 2px);
}
/* Application menu toolbar button */
/* Application button menu */
.splitmenu-menuitem {
-moz-margin-end: 1px;
}
#appmenu-toolbar-button > .toolbarbutton-text,
#appmenu-toolbar-button > .toolbarbutton-menu-dropmarker {

Просмотреть файл

@ -227,6 +227,10 @@
-moz-margin-start: .5em;
}
.splitmenu-menuitem {
-moz-margin-end: 1px;
}
.splitmenu-menu {
-moz-box-pack: end;
}