diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index 3be551d27a4..59184775c84 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -245,6 +245,12 @@ pub enum SystemColor { MozGtkInfoBarText, + /// Color of tree column headers + #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] + MozColheadertext, + #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] + MozColheaderhovertext, + #[css(skip)] End, // Just for array-indexing purposes. }