diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index 332a5617805..6de2464d470 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -376,10 +376,12 @@ pub enum SystemColor { /// Used for button text when pressed. #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] - MozGtkButtonactivetext, + MozButtonactivetext, + + /// Used for button background when pressed. + #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] + MozButtonactiveface, - /// Used for button text when pressed. - MozMacButtonactivetext, /// Background color of chrome toolbars in active windows. MozMacChromeActive, /// Background color of chrome toolbars in inactive windows.