summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-09 16:13:32 +0400
committerAndrew Dolgov <[email protected]>2013-04-09 16:13:32 +0400
commit035d7a5a8fae5620e9b6121a5b5fa270184096ba (patch)
treee0f53083d161256e5862765e61753a307b370cf6 /tt-rss.css
parentaf4204def22268eab0bc42e92955d78dc15f822b (diff)
implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode (closes #382)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 8ab776f48..2f2e2fb76 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -402,7 +402,7 @@ div.hlFeed a:hover {
color : #4684ff;
}
-img.markedPic {
+img.markedPic, img.pubPic {
cursor : pointer;
vertical-align : middle;
}