store last feed update error in the database (SCHEMA UPDATED), display warning box in preferences on feed update error
This commit is contained in:
15
tt-rss.css
15
tt-rss.css
@@ -443,3 +443,18 @@ input.prefsTabSelected {
|
||||
input.prefsTab:hover {
|
||||
background : white;
|
||||
}
|
||||
|
||||
div.warning {
|
||||
background : #fffff0;
|
||||
border : 1px solid #c0c0c0;
|
||||
padding : 5px;
|
||||
margin : 5px;
|
||||
font-size : x-small;
|
||||
}
|
||||
|
||||
ul.nomarks {
|
||||
list-style-type : none;
|
||||
margin : 0px;
|
||||
padding : 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user