filter rule editor: bring back regexp valid/invalid BG colors (now for light theme)

This commit is contained in:
Andrew Dolgov
2020-02-28 18:21:16 +03:00
parent 490a98df11
commit 482db14c1a
11 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -155,10 +155,10 @@ body.ttrss_prefs {
body.ttrss_prefs,
body.ttrss_main {
#filterNewRuleDlg {
.invalid {
.dijitValidationTextAreaError {
background : #ffc0c0;
}
.valid {
.dijitValidationTextArea:not(.dijitValidationTextAreaError) {
background : #c0ffc0;
}
}