Per provare i componenti aggiuntivi disponibili in questo sito scarica Mozilla Firefox, un modo veloce e gratuito per navigare sul Web.
ChiudiBenvenuto in Firefox Add-ons.
Scegli tra migliaia di funzionalità aggiuntive e stili per rendere Firefox veramente tuo.
ChiudiRecensione di Patrick Madron per Glasser for Thunderbird
Assegnate 4 su 5 stelle
I love it, and it is the only way to make Thunderbird match my Firefox (with Stratum Fusion theme), but is there a way to remove the glass from the statusbar? It looks strange to me.
Unfortunately, there is only a partial solution for this. You will need the Stylish extension. Create new style in Stylish and paste the following code:
#status-bar{
-moz-appearance: statusbar !important;
color: rgb(0, 0, 0) !important;
background-color: rgb(240, 240, 240) !important;
border-bottom-color: rgb(255, 255, 255) !important;
border-bottom-style: solid !important;
border-bottom-width: 0px !important;
border-collapse: separate !important;
border-left-color: rgb(160, 160, 160) !important;
border-left-style: solid !important;
border-left-width: 0px !important;
border-right-color: rgb(255, 255, 255) !important;
border-right-style: solid !important;
border-right-width: 0px !important;
border-spacing: 0px 0px !important;
border-top-color: rgb(227, 227, 227) !important;
border-top-style: solid !important;
border-top-width: 0px !important;
text-shadow: none !important;
}
statusbarpanel{
-moz-appearance: statusbarpanel !important;
border-bottom-color: rgb(160, 160, 160) !important;
border-bottom-style: solid !important;
border-bottom-width: 1px !important;
border-collapse: separate !important;
border-left-color: rgb(255, 255, 255) !important;
border-left-style: solid !important;
border-left-width: 0px !important;
border-right-color: rgb(160, 160, 160) !important;
border-right-style: solid !important;
border-right-width: 1px !important;
border-spacing: 0px 0px !important;
border-top-color: rgb(255, 255, 255) !important;
border-top-style: solid !important;
border-top-width: 0px !important;
color: rgb(0, 0, 0) !important;
}
I know it doesn’t look perfect. I’ll try to make it easier to restore the default statusbar’s appearance in the next release.
Per creare una tua raccolta devi avere un account per Mozilla Add-ons.