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:
@@ -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
@@ -1,4 +1,4 @@
|
||||
@import "../css/default.less";
|
||||
@import "../css/defines.less";
|
||||
|
||||
:root {
|
||||
--bg-main : #333;
|
||||
|
||||
Reference in New Issue
Block a user