style: Implement Buttonborder/mark/marktext

Needs some extra test expectation updates.

Differential Revision: https://phabricator.services.mozilla.com/D157748
This commit is contained in:
Emilio Cobos Álvarez 2022-12-03 11:19:56 +00:00 committed by Martin Robinson
parent 1a04ce81a6
commit dbba87d73e

View file

@ -142,6 +142,7 @@ pub enum SystemColor {
Buttonhighlight,
Buttonshadow,
Buttontext,
Buttonborder,
/// Text color in the (active) titlebar.
Captiontext,
#[parse(aliases = "-moz-field")]
@ -152,6 +153,9 @@ pub enum SystemColor {
#[parse(aliases = "-moz-fieldtext")]
Fieldtext,
Mark,
Marktext,
/// Combobox widgets
MozComboboxtext,
MozCombobox,