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

9 lines
180 B
CSS
Raw Normal View History

%include toolbarbutton.css
@media all and (-moz-windows-default-theme) {
toolbarbutton:-moz-lwtheme:not([disabled="true"]) {
color: inherit;
text-shadow: inherit;
}
}