]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.less
style updates for combined expandable mode, etc
[tt-rss.git] / css / tt-rss.less
index e821ea2e4491a00614c1e856279f6908c62fa98b..50fbe075b279758827a66748a6835cf25ae747e7 100644 (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,