1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00

show feed update error (if any) in subtoolbar

This commit is contained in:
Andrew Dolgov
2010-11-24 19:30:41 +03:00
parent 88e4e5979c
commit 26a1e185e2
2 changed files with 12 additions and 2 deletions

View File

@@ -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;