Bug 1388912 - Change text color of advisory link on SB warning page to white draft
authorThomas Nguyen <tnguyen@mozilla.com>
Thu, 10 Aug 2017 17:06:35 +0800
changeset 643948 ba3bedc96ee405cd195d1c8aed8d5767ab4debf7
parent 620862 32083f24a1bb2c33050b4c972783f066432194eb
child 725452 7b154a6bc18c1c1be342702b94725fae77e32e40
push id73267
push userbmo:tnguyen@mozilla.com
push dateThu, 10 Aug 2017 09:07:37 +0000
bugs1388912
milestone57.0a1
Bug 1388912 - Change text color of advisory link on SB warning page to white MozReview-Commit-ID: 9UgnKWjKNIq
browser/themes/shared/blockedSite.css
mobile/android/themes/core/netError.css
--- a/browser/themes/shared/blockedSite.css
+++ b/browser/themes/shared/blockedSite.css
@@ -58,8 +58,13 @@ body {
 #ignoreWarningButton:hover {
   cursor: pointer;
 }
 
 #ignoreWarning {
   margin-top: 1.2em;
   text-align: end;
 }
+
+#advisory_provider {
+  color: white;
+  text-decoration: underline;
+}
--- a/mobile/android/themes/core/netError.css
+++ b/mobile/android/themes/core/netError.css
@@ -178,16 +178,21 @@ div[collapsed="true"] > .expander + * {
   border: none;
   text-decoration: underline;
   margin: 0;
   margin-inline-start: -20px;
   font-size: smaller;
   border-radius: 0;
 }
 
+#advisory_provider {
+  color: white;
+  text-decoration: underline;
+}
+
 /* On large screen devices (hopefully a 7+ inch tablet, we already center content (see #errorPageContainer above).
    Apply tablet specific styles here */
 @media (min-width: 550px) {
   button {
     min-width: 160px;
     width: auto;
   }