Skip to content

Commit

Permalink
Bug 1302355 - Make --arrowpanel-dimmed* colors work with dark OS them…
Browse files Browse the repository at this point in the history
…es. r=past
  • Loading branch information
daogottwald committed Sep 13, 2016
1 parent f7e1589 commit 797c6a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions browser/themes/linux/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
--toolbarbutton-checkedhover-backgroundcolor: rgba(200,200,200,.5);

--panel-separator-color: ThreeDShadow;
--arrowpanel-dimmed: hsla(210,4%,10%,.07);
--arrowpanel-dimmed-further: hsla(210,4%,10%,.12);
--arrowpanel-dimmed-even-further: hsla(210,4%,10%,.17);
--arrowpanel-dimmed: hsla(0,0%,80%,.3);
--arrowpanel-dimmed-further: hsla(0,0%,80%,.45);
--arrowpanel-dimmed-even-further: hsla(0,0%,80%,.8);

--urlbar-separator-color: ThreeDShadow;
}
Expand Down
6 changes: 3 additions & 3 deletions browser/themes/windows/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
--urlbar-dropmarker-active-2x-region: rect(0, 66px, 28px, 44px);

--panel-separator-color: ThreeDLightShadow;
--arrowpanel-dimmed: hsla(210,4%,10%,.07);
--arrowpanel-dimmed-further: hsla(210,4%,10%,.12);
--arrowpanel-dimmed-even-further: hsla(210,4%,10%,.17);
--arrowpanel-dimmed: hsla(0,0%,80%,.3);
--arrowpanel-dimmed-further: hsla(0,0%,80%,.45);
--arrowpanel-dimmed-even-further: hsla(0,0%,80%,.8);

--urlbar-separator-color: ThreeDLightShadow;
}
Expand Down

0 comments on commit 797c6a8

Please sign in to comment.