summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a3abd47f5..8442dee3e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -705,12 +705,16 @@ ul.feedErrorsList {
height : 300px;
overflow : auto;
list-style-type : none;
- border : 1px solid gray;
+ border : 1px solid #c0c0c0;
background-color : white;
margin : 0px 0px 5px 0px;
padding : 0px;
}
+ul.feedErrorsList em {
+ color : gray;
+}
+
ul.userFeedList {
height : 300px;
overflow : auto;