summaryrefslogtreecommitdiff
path: root/themes/night.css
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 /themes/night.css
parentb3e94be947f5842990a9f52cf2d2e6f89002a037 (diff)
i.icon-score should have cursor pointer
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/night.css b/themes/night.css
index 756e780ce..0ad5ac55e 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -995,6 +995,9 @@ body.ttrss_main .score-low i.icon-score {
body.ttrss_main .score-neutral i.icon-score {
opacity: 0.5;
}
+body.ttrss_main i.icon-score {
+ cursor: pointer;
+}
body.ttrss_main .panel {
border: 1px solid #ddd;
background: #f5f5f5;
@@ -1289,9 +1292,6 @@ div#floatingTitle span.titleWrap {
width: 100%;
white-space: normal;
}
-div#floatingTitle img.score-pic {
- display: none;
-}
div#floatingTitle .feed-title > * {
display: table-cell;
vertical-align: middle;