mirror of
https://github.com/miniflux/v2.git
synced 2025-08-26 18:21:01 +00:00
Show feeds with errors first
This commit is contained in:
parent
5a721e694b
commit
a475b875c5
6 changed files with 47 additions and 16 deletions
|
@ -172,6 +172,15 @@ input[type="text"]:focus {
|
|||
color: #ddd;
|
||||
}
|
||||
|
||||
/* Feeds list */
|
||||
article.feed-parsing-error {
|
||||
background-color: #343434;
|
||||
}
|
||||
|
||||
.parsing-error {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
/* Entry view */
|
||||
.entry header {
|
||||
border-color: #333;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue