gecko/toolkit/themes/winstripe/global/menu-aero.css

13 lines
275 B
CSS
Raw Normal View History

%include menu.css
@media all and (-moz-windows-default-theme) {
menubar > menu:-moz-lwtheme {
-moz-appearance: menuitem;
}
menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) {
color: inherit !important;
text-shadow: inherit;
}
}