Sicuro che quella sia il nodo DOM corretto? =)
Guarda, previo backup del file userChrome.css, credo che anche se saltasse il mondo, potrai tranquillamente ricostruirlo nel caso
è sbagliato, o meglio non vedo differenze.
Così cambio la mia richiesta
Dato che uso vimperator vorrei che la addon-bar si colorasse a seconda del sito che sto visitando, più esattamente:
/**
* Update the status bar to indicate how secure the website is:
* extended - Secure connection with Extended Validation(EV) certificate.
* secure - Secure connection with valid certificate.
* broken - Secure connection with invalid certificate, or
* mixed content.
* insecure - Insecure connection.
**/
StatusLine color: white; background: black;
StatusLineBroken color: black; background: #FFa0a0 /* light-red */
StatusLineSecure color: black; background: #a0a0FF /* light-blue */
StatusLineExtended color: black; background: #a0FFa0 /* light-green */
il codice qua è preso da pentadactyl
qualcuno ha idea di come fare, o dove trovare esempi in qualche modo simili?
grazie