summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-12-13 15:02:19 +0100
committerAndrew Dolgov <[email protected]>2008-12-13 15:02:19 +0100
commit1b74062fc554dcd51a680e30c5f9fbd4b4332225 (patch)
tree5fb72963c51bf6c1bd5fd47a487ffe1426258f3d /tt-rss.css
parent44d0e7742b05a43b69e3296596d581f4e5d825dc (diff)
mark date filters with unparsable reg_exp in filter display
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 129a8446f..7cf2bcf5e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;