1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:25:56 +00:00

fix hlLabelRef unreadable fg color if on selected/active headline row

This commit is contained in:
Andrew Dolgov
2018-12-05 07:53:24 +03:00
parent 9814ac608c
commit 0ec7b82190
8 changed files with 44 additions and 620 deletions

View File

@@ -528,6 +528,11 @@ body.ttrss_main {
padding-left : 4px;
}
.hl.Selected .hlLabelRef,
.hl.active .hlLabelRef {
color : #063064;
}
span.hlLabelRef {
background-color : #fff7d5;
font-size : 8px;