mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
fix some CSS issues on OS X
This commit is contained in:
parent
0075c6ec07
commit
5b48f5878c
4 changed files with 110 additions and 1 deletions
|
|
@ -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"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue