From 0ec7b821905cbf68639035d8be2dccd99fca722d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 07:53:24 +0300 Subject: fix hlLabelRef unreadable fg color if on selected/active headline row --- css/tt-rss.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css/tt-rss.less') diff --git a/css/tt-rss.less b/css/tt-rss.less index f41144b42..9d59f0da2 100755 --- a/css/tt-rss.less +++ b/css/tt-rss.less @@ -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; -- cgit v1.2.3