mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
style: Implement Buttonborder/mark/marktext
Needs some extra test expectation updates. Differential Revision: https://phabricator.services.mozilla.com/D157748
This commit is contained in:
parent
1a04ce81a6
commit
dbba87d73e
1 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,7 @@ pub enum SystemColor {
|
||||||
Buttonhighlight,
|
Buttonhighlight,
|
||||||
Buttonshadow,
|
Buttonshadow,
|
||||||
Buttontext,
|
Buttontext,
|
||||||
|
Buttonborder,
|
||||||
/// Text color in the (active) titlebar.
|
/// Text color in the (active) titlebar.
|
||||||
Captiontext,
|
Captiontext,
|
||||||
#[parse(aliases = "-moz-field")]
|
#[parse(aliases = "-moz-field")]
|
||||||
|
@ -152,6 +153,9 @@ pub enum SystemColor {
|
||||||
#[parse(aliases = "-moz-fieldtext")]
|
#[parse(aliases = "-moz-fieldtext")]
|
||||||
Fieldtext,
|
Fieldtext,
|
||||||
|
|
||||||
|
Mark,
|
||||||
|
Marktext,
|
||||||
|
|
||||||
/// Combobox widgets
|
/// Combobox widgets
|
||||||
MozComboboxtext,
|
MozComboboxtext,
|
||||||
MozCombobox,
|
MozCombobox,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue