зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
10e3bbbb58
Коммит
5811be4cc3
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче