From 7bce63e76833eea0e1de4887cfad63127ca755c9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Jul 2008 08:48:15 +0100 Subject: add quick unsubscribe button to prefs/feedlist --- tt-rss.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 43a76229b..a7e8ff849 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -442,6 +442,15 @@ div.feedEditSearch { float : right; } +table.prefFeedList span.feedOps { + display : none; + margin-right : 1em; +} + +table.prefFeedList tr:hover span.feedOps { + display : inline; +} + table.prefFeedList td.feedEditCat { font-weight : bold; border-width : 0px 0px 1px 0px; -- cgit v1.2.3-54-g00ecf