Make sure normal/bold weight distinction in thread pane works correctly when system fonts are bold. b=101981 r=jag sr=hewitt

This commit is contained in:
dbaron%fas.harvard.edu 2001-10-30 06:04:18 +00:00
Родитель 10e3bbbb58
Коммит 5811be4cc3
3 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,10 @@
/* ::::: thread decoration ::::: */
outlinerbody:-moz-outliner-cell-text(read) {
font-weight: normal;
}
outlinerbody:-moz-outliner-cell-text(unread) {
font-weight: bold;
}

Просмотреть файл

@ -30,6 +30,10 @@
/* ::::: thread decoration ::::: */
outlinerbody:-moz-outliner-cell-text(read) {
font-weight: normal;
}
outlinerbody:-moz-outliner-cell-text(unread) {
font-weight: bold;
}

Просмотреть файл

@ -30,6 +30,10 @@
/* ::::: thread decoration ::::: */
outlinerbody:-moz-outliner-cell-text(read) {
font-weight: normal;
}
outlinerbody:-moz-outliner-cell-text(unread) {
font-weight: bold;
}