is it possible to change javascript popup colour?
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
All Replies (4)
attaching the screen shot of my requirement...
You can inspect this stylesheet for the tab modal prompt: chrome://global/skin/tabprompts.css
Selectors:
.mainContainer .topContainer .buttonContainer
See also:
Endret
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 ?
No, you can't do that server side.
You do not have access to the Firefox chrome (user interface) code.