summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 08:20:09 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 08:20:09 +0300
commita2ef54cd927a7c1d92efc14f7178bde53c8e56cb (patch)
tree9e77c9a369e6409f0e4f7558ecc6eb5dbbddcbc3 /css/tt-rss.less
parent3325979bf0193b4cd1393394ecfb3b3eebed1595 (diff)
toggleMark, togglePub: refactor implementation
shorten marked/published img CSS classes
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index efe73944a..63d107ee1 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -561,14 +561,14 @@ body.ttrss_main {
border-radius : 4px;
}
- img.markedPic, img.pubPic {
+ img.marked-pic, img.pub-pic {
cursor : pointer;
vertical-align : middle;
opacity : 0.5;
transition : opacity 0.25s;
}
- img.markedPic:hover, img.pubPic:hover {
+ img.marked-pic:hover, img.pub-pic:hover {
opacity : 1;
}