Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

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 odpowiedź
  • 4 osoby mają ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od 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?

Wszystkie odpowiedzi (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: