1
0
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:
Moonchild
2025-09-19 21:03:13 +02:00
committed by roytam1
parent 1bcdad3ef1
commit c9e08cb2f5
+1 -1
View File
@@ -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,