summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a6d283c14..ad55b6743 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -831,6 +831,16 @@ span.groupPrompt {
color : #4684ff;
}
+ul.feedErrorsList {
+ height : 300px;
+ overflow : auto;
+ list-style-type : none;
+ border : 1px solid #88b0f0;
+ background-color : white;
+ margin : 0px 0px 5px 0px;
+ padding : 0px;
+}
+
ul.userFeedList {
height : 300px;
overflow : auto;