mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +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,
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue