Bug 1389002 - Update background color as #F9F9FA to match updated Photon visual spec and the background color of toolbar. r=jaws,timdream

MozReview-Commit-ID: HtPnAyD1bjf

--HG--
extra : rebase_source : f9aefe62e35aa984462507222af837d4578527a1
This commit is contained in:
Evan Tseng 2017-08-10 15:12:44 +08:00
parent af1bc71c5d
commit c34f6b5842

View File

@ -8,7 +8,7 @@
*|*:root {
--in-content-page-color: #0c0c0d;
--in-content-page-background: #fafafc;
--in-content-page-background: #f9f9fa;
--in-content-text-color: #0c0c0d;
--in-content-selected-text: #fff;
--in-content-header-border-color: #c8c8c8;
@ -636,7 +636,7 @@ xul|*.radio-label-box {
*|*#categories {
-moz-appearance: none;
background-color: var(--in-content-page-background);
background-color: initial; /* override the background-color set on all richlistboxes in common.inc.css */
padding-top: 70px;
margin: 0;
border-width: 0;