summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 14:57:03 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 14:57:03 +0300
commit36ad46e60db2e44f508b942379abd189bbb3dfa6 (patch)
tree3bdc0dfedd3cb289a10511b2c95979066aaf8c90 /themes/light/tt-rss.less
parent96031c80bf380e3816ab81a74524d47983631ce4 (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.less7
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 {