Чтобы попробовать тысячи доступных здесь дополнений, загрузите Mozilla Firefox, быстрый, бесплатный способ веб-сёрфинга!
ЗакрытьДобро пожаловать в дополнения Firefox.
Выбирайте из тысяч дополнительных функций и стилей, чтобы настроить Firefox по своему вкусу.
ЗакрытьОтвет разработчика Krzysiek Wróblewski
Рейтинг 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.