From 6016d5408e0586b169007e3789fa315376758ece Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Aug 2007 16:04:37 +0100 Subject: add (disabled) dialog to recategorize feeds via draganddrop --- tt-rss.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index e2bf62be5..103e2fa82 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1684,3 +1684,16 @@ div.autocomplete ul li { cursor : pointer; } +ul#prefFeedCatList2 { + height : 300px; + overflow : scroll; + list-style-type : none; + border : 1px solid #99d67a; + background-color : white; + margin : 0px 0px 5px 0px; + padding : 0px; +} + +ul#prefFeedCatList2 li.feedEntry { + cursor : move; +} -- cgit v1.2.3