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
commit6016d5408e0586b169007e3789fa315376758ece (patch)
tree7a6dc1573c4a6293373abae4339d52454cb68400 /tt-rss.css
parent85bd574bb0910f5c68b159f8bc28b885439394bd (diff)
add (disabled) dialog to recategorize feeds via draganddrop
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css13
1 files changed, 13 insertions, 0 deletions
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;
+}