summaryrefslogtreecommitdiff
path: root/themes/night_base.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-07-12 12:40:42 +0300
committerAndrew Dolgov <[email protected]>2019-07-12 12:40:42 +0300
commite8523733b00cf2b3cca0d746312a5621acea08f6 (patch)
treee45bb0c57c17e5000e33b495d61a5f9257764c35 /themes/night_base.less
parent86a014f23b04f5b1bf301a317efccece78c29826 (diff)
filter dialog: add inline regexp checker
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index 8e6755b64..4aea57b0e 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -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 {