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!

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".

Learn More

is it possible to change javascript popup colour?

  • 4 trả lời
  • 2 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

in the current version, when a alert/confirmation dialog opens with background grays, the default color of the popup is half white(top) and half light-gray(bottom) .

Is it possible to make it to one color( by any coding changes (or) settings in Firefox)?

if it is possible, please let me with those details

in the current version, when a alert/confirmation dialog opens with background grays, the default color of the popup is half white(top) and half light-gray(bottom) . Is it possible to make it to one color( by any coding changes (or) settings in Firefox)? if it is possible, please let me with those details

Tất cả các câu trả lời (4)

more options

attaching the screen shot of my requirement...

more options

You can inspect this stylesheet for the tab modal prompt: chrome://global/skin/tabprompts.css

Selectors:

.mainContainer
.topContainer
.buttonContainer

See also:

Được chỉnh sửa bởi cor-el vào

more options

thanks for the timely reply...

the solution given above seems to be client specific, is there anything we can make it in the server side ?

more options

No, you can't do that server side.
You do not have access to the Firefox chrome (user interface) code.