Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

is it possible to change javascript popup colour?

  • 4 відповіді
  • 2 мають цю проблему
  • 4 перегляди
  • Остання відповідь від 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

Усі відповіді (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:

Змінено cor-el

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.