1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-24 01:07:11 +00:00

add (disabled) dialog to recategorize feeds via draganddrop

This commit is contained in:
Andrew Dolgov
2007-08-20 16:04:37 +01:00
parent 85bd574bb0
commit 6016d5408e
3 changed files with 153 additions and 0 deletions

View File

@@ -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;
}