Willkommen bei den Thunderbird-Add-ons.
Fügen Sie Zusatzfunktionen und Stile hinzu, um sich Thunderbird zu Eigen zu machen.
SchließenAntwort von Entwickler Krzysiek Wróblewski
Bewertet mit 4 von 5 Sternen
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.
Um Ihre eigenen Sammlungen zu erstellen, müssen Sie einen Benutzeraccount bei Mozilla Add-ons haben.