summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-20 16:04:37 +0100
committerAndrew Dolgov <[email protected]>2007-08-20 16:04:37 +0100
commitff0f79453fce5a6a0c173491c4979f73030900a9 (patch)
treeeee70700b6904492e98ddd6bd4719f871d6a7c66 /tt-rss.css
parent6016d5408e0586b169007e3789fa315376758ece (diff)
UNDO: add (disabled) dialog to recategorize feeds via draganddrop
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 103e2fa82..e2bf62be5 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1684,16 +1684,3 @@ 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;
-}