mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2790 - Follow-up: Ensure both text and background are set.
The common issue of needing to set both foreground and background for dark themes.
This commit is contained in:
parent
1bcdad3ef1
commit
c9e08cb2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ input:-moz-autofill-highlight,
|
|||
select:-moz-autofill-highlight,
|
||||
textarea:-moz-autofill-highlight {
|
||||
background-color: #fffcd0 !important;
|
||||
color: #090909;
|
||||
color: #090909 !important;
|
||||
}
|
||||
|
||||
input > .anonymous-div,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue