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

13 lines
267 B
CSS
Raw Normal View History

%include menu.css
@media (-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;
}
}