summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
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;
}