Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

is it possible to change javascript popup colour?

  • 4 respostas
  • 2 têm este problema
  • 4 visualizações
  • Última resposta por 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

Todas as respostas (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:

Modificado por cor-el a

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.