1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 17:51:29 +00:00

mark date filters with unparsable reg_exp in filter display

This commit is contained in:
Andrew Dolgov
2008-12-13 15:02:19 +01:00
parent 44d0e7742b
commit 1b74062fc5
2 changed files with 13 additions and 3 deletions

View File

@@ -722,6 +722,10 @@ div.warning img, div.notice img, div.error img {
padding : 5px;
}
span.filterDateError {
color : #ff0000;
}
div.error {
border : 1px solid #ff0000;
background : #ffcccc;