summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-24 19:30:41 +0300
committerAndrew Dolgov <[email protected]>2010-11-24 19:30:41 +0300
commit26a1e185e2c762cf7e9cadd95c081737a3de2078 (patch)
tree8012bbd799bdd6f412c51b06e6fb0161c4a7f3fe /tt-rss.css
parent88e4e5979c505cdbb494c2624b7a4e09c8145217 (diff)
show feed update error (if any) in subtoolbar
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 4e767efb8..2164324ba 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -616,6 +616,10 @@ div#headlines-toolbar div#subtoolbar_ftitle {
padding-right : 5px;
}
+div#subtoolbar_ftitle span.error {
+ color : red;
+}
+
span.contentPreview {
color : gray;
font-weight : normal;