summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 23:02:24 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 23:02:24 +0300
commit8c905ca0200e0517fa25544c9c8306a8e47b95ec (patch)
tree3d5d480485088751b63ad93a2b785a05f6926c62 /css/tt-rss.less
parentb3e94be947f5842990a9f52cf2d2e6f89002a037 (diff)
i.icon-score should have cursor pointer
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less7
1 files changed, 4 insertions, 3 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index d049e3805..bba6f484b 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -581,9 +581,6 @@ body.ttrss_main {
}
}
- img.score-pic {
-
- }
div.dlgSec {
font-size : 14px;
@@ -1179,6 +1176,10 @@ body.ttrss_main {
opacity : 0.5;
}
+ i.icon-score {
+ cursor : pointer;
+ }
+
.panel {
border : 1px solid #ddd;
background : @color-panel-bg;