From c9e08cb2f58cc4ea180df2076a2b448aa25c22bb Mon Sep 17 00:00:00 2001 From: Moonchild Date: Fri, 19 Sep 2025 21:03:13 +0200 Subject: [PATCH] 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. --- layout/style/res/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/style/res/forms.css b/layout/style/res/forms.css index 8d8c53e148..260512eb4f 100644 --- a/layout/style/res/forms.css +++ b/layout/style/res/forms.css @@ -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,