Bug 1408007 - Update tab loading throbber color for in-active tabs in darker themes draft
authorSam Foster <sfoster@mozilla.com>
Fri, 03 Nov 2017 15:45:48 -0700
changeset 693044 cfa17df4670e42b2e6f109e2a571404b8ad0e93e
parent 693006 66f496680fae6e7d8f02bc17ff58b9234ee07c70
child 738925 ff721b0f05f5aacf974c42d99f8381ea46e7cf5b
push id87681
push userbmo:sfoster@mozilla.com
push dateFri, 03 Nov 2017 22:55:16 +0000
bugs1408007
milestone58.0a1
Bug 1408007 - Update tab loading throbber color for in-active tabs in darker themes MozReview-Commit-ID: 7msV7UA55jc
browser/themes/shared/tabs.inc.css
--- a/browser/themes/shared/tabs.inc.css
+++ b/browser/themes/shared/tabs.inc.css
@@ -194,17 +194,17 @@ tabbrowser {
 }
 
 :root[sessionrestored] .tab-throbber[progress]::before {
   fill: var(--tab-loading-fill);
   opacity: 1;
 }
 
 #TabsToolbar[brighttext] .tabbrowser-tab:not([visuallyselected=true]) {
-  --tab-loading-fill: #fff;
+  --tab-loading-fill: #bbbbff;
 }
 
 #tabbrowser-tabs[schedulepressure] .tab-throbber,
 #tabbrowser-tabs:not([schedulepressure]) .tab-throbber-fallback {
   display: none;
 }
 
 .tab-icon-image {