summaryrefslogtreecommitdiff
path: root/themes/light/prefs.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-28 18:21:16 +0300
committerAndrew Dolgov <[email protected]>2020-02-28 18:21:16 +0300
commit482db14c1a62a3ca007bb802c092d6a0d4ad58aa (patch)
treef26bdd2242af0343a8b5a6944fedf0c0087d7c0d /themes/light/prefs.less
parent490a98df11d8c2e253d092df6295dc8815eeef80 (diff)
filter rule editor: bring back regexp valid/invalid BG colors (now for light theme)
Diffstat (limited to 'themes/light/prefs.less')
-rw-r--r--themes/light/prefs.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 7b187e584..92084a9c8 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -155,10 +155,10 @@ body.ttrss_prefs {
body.ttrss_prefs,
body.ttrss_main {
#filterNewRuleDlg {
- .invalid {
+ .dijitValidationTextAreaError {
background : #ffc0c0;
}
- .valid {
+ .dijitValidationTextArea:not(.dijitValidationTextAreaError) {
background : #c0ffc0;
}
}