Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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 trả lời
  • 4 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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: