From 035d7a5a8fae5620e9b6121a5b5fa270184096ba Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Apr 2013 16:13:32 +0400 Subject: implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode (closes #382) --- tt-rss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.css') 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; } -- cgit v1.2.3