fix some CSS issues on OS X

This commit is contained in:
wuggy 2026-04-05 14:25:41 +01:00
commit 5b48f5878c
4 changed files with 110 additions and 1 deletions

View file

@ -51,6 +51,16 @@ button[disabled="true"] {
color: GrayText;
}
:root:-moz-lwtheme-brighttext button,
:root[lwtheme-brighttext] button {
color: #f0f0f0;
}
:root:-moz-lwtheme-brighttext button[disabled="true"],
:root[lwtheme-brighttext] button[disabled="true"] {
color: #8d8d8d;
}
/* ::::: menu/menu-button buttons ::::: */
button[type="menu-button"] {