1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

style updates for combined expandable mode, etc

This commit is contained in:
Andrew Dolgov
2017-12-13 19:18:53 +03:00
parent 2b724177ae
commit 6184f5264e
3 changed files with 14 additions and 10 deletions

View File

@@ -219,6 +219,7 @@ body.ttrss_main {
border: 0px solid #ddd;
border-bottom-width: 1px;
padding : 1px;
transition : color 0.2s, background 0.2s;
div.hlTitle {
display : table-cell;
@@ -341,7 +342,7 @@ body.ttrss_main {
.hl.active,
.hl.Selected {
color : white;
background : desaturate(@color-accent, 50%);
background : desaturate(@color-accent, 25%);
a,
.hlFeed a,