Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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.