summaryrefslogtreecommitdiff
path: root/themes/night_base.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-28 18:19:34 +0300
committerAndrew Dolgov <[email protected]>2020-02-28 18:19:34 +0300
commit490a98df11d8c2e253d092df6295dc8815eeef80 (patch)
tree705ab0b1361c43da7ce26f3a6f5197ff0fc64088 /themes/night_base.less
parent19e1d134604c4423b81777d542dce491cc2390a5 (diff)
filter rule editor: bring back regexp valid/invalid BG colors
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index 8ddf015e8..8e8286d38 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -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;
}