Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is it possible to change the color of the glow of an App Tab? If so, how and what colors can I change it to? (I use Aero colored Purple, so the blue glow is not that noticable)

  • 1 ŋuɖoɖo
  • 4 masɔmasɔ sia le wosi
  • 1 view
  • Nuɖoɖo mlɔetɔ cor-el

more options

I use Aero Peak on Windows 7, and the shade is a Darkish clear Purple and I would like to change the glow of the App Tab Change notification (especially for gmail) into say, green, red, or something else so that it is far more noticable. The shade of blue that glows is quite similar to the purple and since all aero is purple, it's rather easy for it to go unnoticed. If changing the color is not possible, will you please make it possible so that I can use the App Tab feature to it's full potential?

I use Aero Peak on Windows 7, and the shade is a Darkish clear Purple and I would like to change the glow of the App Tab Change notification (especially for gmail) into say, green, red, or something else so that it is far more noticable. The shade of blue that glows is quite similar to the purple and since all aero is purple, it's rather easy for it to go unnoticed. If changing the color is not possible, will you please make it possible so that I can use the App Tab feature to it's full potential?

All Replies (1)

more options

See line 1415:

  • chrome://browser/skin/browser.css

.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
  background-image: -moz-radial-gradient(center 3px, circle cover, rgba(233,242,252,1) 3%, rgba(172,206,255,.75) 40%, rgba(87,151,201,.5) 80%, rgba(87,151,201,0));
}
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.8), hsla(0,0%,100%,.6) 2px, hsla(0,0%,75%,.2) 80%),
                    -moz-radial-gradient(center 3px, circle cover, rgba(233,242,252,1) 3%, rgba(172,206,255,.75) 40%, rgba(87,151,201,.5) 80%, rgba(87,151,201,0));
}


See also: