]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
add quick unsubscribe button to prefs/feedlist
[tt-rss.git] / tt-rss.css
index 43a76229b85ac572271ca5e4c24c33f3b0f7419b..a7e8ff849a55e00b17c5aaddfde6554f295614a3 100644 (file)
@@ -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;