1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

filter rule editor: bring back regexp valid/invalid BG colors

This commit is contained in:
Andrew Dolgov
2020-02-28 18:19:34 +03:00
parent 19e1d13460
commit 490a98df11
7 changed files with 12 additions and 11 deletions

View File

@@ -37,13 +37,14 @@ body.flat.ttrss_main.ttrss_prefs {
}
#filterNewRuleDlg {
.invalid {
.dijitValidationTextAreaError {
background : #503030;
}
.valid {
.dijitValidationTextArea:not(.dijitValidationTextAreaError) {
background : #305030;
}
}
hr {
border-color : @border-light;
}