Funkcionalnosć tutoho sydła so přez wothladowanske dźěła wobmjezuje, kotrež maja waše dožiwjenje polěpšić. Jeli nastawk waš problem njerozrisuje a chceće prašenje stajić, wobroćće so na naše zhromodźenstwo pomocy, kotrež na to čaka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomhać.

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

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 wotmołwa
  • 4 maja tutón problem
  • 1 napohlad
  • Poslednja wotmołwa wot 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?

Wšě wotmołwy (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: