summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-13 19:18:53 +0300
committerAndrew Dolgov <[email protected]>2017-12-13 19:18:53 +0300
commit6184f5264e7213af8406daa1ed485348dbf099fe (patch)
tree103b98651709170fa14384d76be0cae1eded346b /css/tt-rss.less
parent2b724177aec39596761cdb985905c1d86ba8899f (diff)
style updates for combined expandable mode, etc
Diffstat (limited to 'css/tt-rss.less')
-rw-r--r--css/tt-rss.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index e821ea2e4..50fbe075b 100644
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -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,