summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index b3ba4315f..abc6050bf 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -678,6 +678,17 @@ ul.feedErrorsList {
padding : 5px;
}
+pre.selfUpdateList {
+ height : 200px;
+ font-size : 10px;
+ overflow : auto;
+ list-style-type : none;
+ border : 1px solid #c0c0c0;
+ background-color : #ecf4ff;
+ margin : 0px 0px 5px 0px;
+ padding : 5px;
+}
+
ul.feedErrorsList em {
color : gray;
}