1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add quick unsubscribe button to prefs/feedlist

This commit is contained in:
Andrew Dolgov
2008-07-25 08:48:15 +01:00
parent abaf02111e
commit 7bce63e768
3 changed files with 44 additions and 1 deletions

View 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;