1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:55:56 +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

View File

@@ -28,6 +28,15 @@ body.flat.ttrss_main.ttrss_prefs {
div.prefHelp {
color : @fg-text-muted;
}
#filterNewRuleDlg {
.invalid {
background : #503030;
}
.valid {
background : #305030;
}
}
}
body.flat.ttrss_main {