Syrax Цитата: P.S> Поигрался с Stylish и твоими настройками и понял, что они влияют только на письма внутри ящика.
Да, все верно - данный код определяет стиль к списку писем. Каюсь, поспешил и ошибся... Вот этот код:
Код: #folderPaneHeader,
#folderTree treecol,
#folderTree {
background-color: #FCFCFC !important;
}
/* Папка с непрочтенными письмами */
#folderTree > treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
font-size: 9pt !important;
font-family: Arial !important;
color: #000 !important;
font-weight: bold !important;
}
/* Закрытая папка, содержащая подпапку с непрочтенными письмами */
#folderTree > treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
font-size: 9pt !important;
font-family: Arial !important;
color: blue !important;
font-weight: bold !important;
}
/* Открытая папка, содержащая подпапку с непрочтенными письмами */
#folderTree > treechildren::-moz-tree-cell-text(open, subfoldersHaveUnreadMessages-true) {
font-size: 9pt !important;
font-family: Arial !important;
color: #000 !important;
font-weight: bold !important;
}