mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user