1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

i.icon-score should have cursor pointer

This commit is contained in:
Andrew Dolgov
2018-12-07 23:02:24 +03:00
parent b3e94be947
commit 8c905ca020
6 changed files with 12 additions and 15 deletions

View File

@@ -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;