1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

filter dialog: add inline regexp checker

This commit is contained in:
Andrew Dolgov
2019-07-12 12:40:42 +03:00
parent 86a014f23b
commit e8523733b0
10 changed files with 76 additions and 8 deletions
+12
View File
@@ -152,6 +152,18 @@ body.ttrss_prefs {
}
}
body.ttrss_prefs,
body.ttrss_main {
#filterNewRuleDlg {
.invalid {
background : #ffc0c0;
}
.valid {
background : #c0ffc0;
}
}
}
body.ttrss_prefs,
body.ttrss_utility {
fieldset {