1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 05:11:28 +00:00

mark feed with error in headlines toolbar, use error icon in feed editor

This commit is contained in:
Andrew Dolgov
2013-07-12 12:38:50 +04:00
parent c2e90f5c2d
commit 1a545dcb44
3 changed files with 8 additions and 9 deletions

View File

@@ -320,10 +320,6 @@ div.prefHelp {
padding : 5px;
}
span.feed_error {
color : red;
}
.insensitive {
color : #555;
}
@@ -356,9 +352,9 @@ div#headlines-toolbar span.r {
text-align : right;
}
div#headlines-toolbar span.r span.error {
#headlines-toolbar span.r .error a {
color : red;
}
}
div#headlines-toolbar span.r a {
color : #555;