mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Only change the default and hover text color on buttons for Windows 8+ HC Themes (aero-lite)
This commit is contained in:
parent
ab7ff906f2
commit
dadaa3df44
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ button[default="true"] {
|
|||
}
|
||||
|
||||
@media not all and (-moz-windows-default-theme) {
|
||||
@media (-moz-windows-compositor) {
|
||||
@media (-moz-windows-theme: aero-lite) {
|
||||
/* This is for high-contrast themes on Windows 8 and later */
|
||||
button[default="true"],
|
||||
button:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue