Make records in the overview that have a difference that have not been viewed in the [diff] tab bold

This commit is contained in:
Leigh Morresi
2021-02-11 10:36:54 +01:00
parent ec98415c4d
commit 426b09b7e1
4 changed files with 41 additions and 2 deletions

View File

@@ -48,7 +48,13 @@ section.content {
/* table related */
.watch-table {
width: 100%;
}
.watch-table tr.unviewed {
font-weight: bold;
}
.watch-tag-list {
color: #e70069;
white-space: nowrap;