summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-21 12:36:29 +0400
committerAndrew Dolgov <[email protected]>2012-02-21 12:36:29 +0400
commit56fbb82cb004fb6f8689ee7f50be05d6a927f9f1 (patch)
tree6a0c3a21ece080f36cde838ef2910f291fa7765d /tt-rss.css
parent7b8ff151ed3d36214156906805e7e6327f59793c (diff)
properly handle invalid regular expressions supplied when testing filters, add some additional regexp checks (closes #427)
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 94aa75874..7a0ef8bbb 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1407,3 +1407,7 @@ a.bookmarklet {
padding : 1em;
color : gray;
}
+
+td.error {
+ color : red;
+}