diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-03-10 14:57:03 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-03-10 14:57:03 +0300 |
| commit | 36ad46e60db2e44f508b942379abd189bbb3dfa6 (patch) | |
| tree | 3bdc0dfedd3cb289a10511b2c95979066aaf8c90 /themes/light/tt-rss.less | |
| parent | 96031c80bf380e3816ab81a74524d47983631ce4 (diff) | |
* shorten_expanded: use promises instead of a timeout hack
* normalize some icon colors
Diffstat (limited to 'themes/light/tt-rss.less')
| -rw-r--r-- | themes/light/tt-rss.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index fa7e3e2a1..38593a8a5 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -423,7 +423,7 @@ body.ttrss_main { i.marked-pic, i.pub-pic { cursor : pointer; - color : #ccc; + color : @color-hl-icon; } div.errorExplained { @@ -1208,12 +1208,13 @@ body.ttrss_main { color : #500; } - .score-neutral i.icon-score { + /*.score-neutral i.icon-score { opacity : 0.5; - } + }*/ i.icon-score { cursor : pointer; + color : @color-icon; } .panel { |