Bug 1424100 - Make sidebar text color consistent with panel UI r?dao r?eoger draft
authorCarol Ng <cng@mozilla.com>
Thu, 24 May 2018 10:49:59 -0400
changeset 799355 4170306fe8da8d0ffb34bd70ec94ae789832b7ce
parent 798691 d36cd8bdbc5c0df1d1d7a167f5fedb95c3a3648e
push id111024
push userbmo:cng@mozilla.com
push dateThu, 24 May 2018 15:01:30 +0000
reviewersdao, eoger
bugs1424100
milestone62.0a1
Bug 1424100 - Make sidebar text color consistent with panel UI r?dao r?eoger MozReview-Commit-ID: 1nWICvZ01q7
browser/themes/shared/syncedtabs/sidebar.inc.css
--- a/browser/themes/shared/syncedtabs/sidebar.inc.css
+++ b/browser/themes/shared/syncedtabs/sidebar.inc.css
@@ -229,17 +229,17 @@ body {
 }
 
 .deck .syncIllustrationIssue {
   background-image: url(chrome://browser/skin/fxa/sync-illustration-issue.svg);
 }
 
 .deck .instructions {
   text-align: center;
-  color: rgba(12, 12, 13, .5);
+  color: GrayText;
   padding: 0 11px;
   max-width: 15em;
   margin: 0 auto;
 }
 
 .deck .button {
   display: block;
   background-color: #0060df;