summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-16 18:53:10 +0100
committerAndrew Dolgov <[email protected]>2005-12-16 18:53:10 +0100
commit1e471f3b4e7c06baf032745150a39ba2b7f92f7a (patch)
tree6f2debf41251dd7cde55165ba4742619afd279fd /tt-rss.css
parent023fe0377d698287c25e59da0f282b108957540e (diff)
provide explanation message in the headlines subtoolbar if feed has update errors
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 55795e81a..48364699d 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -896,3 +896,7 @@ div.cdmHeader a:hover {
div.cdmContent {
}
+
+a.warning {
+ color : #f04040;
+}