1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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

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

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
@import "../css/default.less";
@import "../css/defines.less";
:root {
--bg-main : #333;