mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
parent
5f46c027ea
commit
285c645b78
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue