style: Make autofill background configurable via system color prefs

And remove the autofill.background pref for 95 (or 96, depending on
when this lands) assuming nothing terrible causes us to turn it off on
94.

Differential Revision: https://phabricator.services.mozilla.com/D129988
This commit is contained in:
Emilio Cobos Álvarez 2023-05-30 20:42:22 +02:00 committed by Oriol Brufau
parent 5f46c027ea
commit 285c645b78

View file

@ -427,6 +427,10 @@ pub enum SystemColor {
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozAccentColorForeground,
/// The background-color for :autofill-ed inputs.
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozAutofillBackground,
/// Media rebar text.
MozWinMediatext,
/// Communications rebar text.