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:
13
tt-rss.css
13
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user