summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
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;
+}