10 Febbraio 2025 00:34:53
Notizie: VOLONTARI CERCASI — Nuova Guida di localizzazione per Mozilla Italia
0 Utenti e 1 Visitatore stanno visualizzando questo topic.
/* Cambia il colore della scheda attiva */.tabbrowser-tab[selected="true"] { -moz-appearance: none !important; background: #FF071C !important; color: #FFFFFF !important; border: none !important; }/* Cambia il colore delle schede non attive */.tabbrowser-tab:not([selected="true"]) { -moz-appearance: none !important; background: #8F848D !important; color: #000000 !important; border: none !important; }/* Effetto al passaggio del mouse sulle schede non attive */.tabbrowser-tab:not([selected="true"]):hover { -moz-appearance: none !important; background: #BBACB9 !important; }
border: none !important;
font-weight: bold !important;
.tabbrowser-tab[selected="true"] { -moz-appearance: none !important; font-weight: bold !important; }