Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

is it possible to change javascript popup colour?

  • 4 odgovori
  • 2 imata to težavo
  • 4 ogledi
  • Zadnji odgovor od 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

Vsi odgovori (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:

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