Добро пожаловать в дополнения Thunderbird.
Добавляйте дополнительные функции и стили, чтобы настроить Thunderbird по своему вкусу.
ЗакрытьОтзыв на Glasser for Thunderbird от Patrick Madron
Рейтинг 4 из 5 звёзд
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.
Для создания своих подборок вам необходимо иметь учётную запись на сайте дополнений Mozilla.