summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
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_blue.css
parent86a014f23b04f5b1bf301a317efccece78c29826 (diff)
filter dialog: add inline regexp checker
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 9bf0af87e..487d149b2 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1548,6 +1548,14 @@ body.ttrss_prefs .phpinfo td.v {
font-family: monospace;
word-break: break-all;
}
+body.ttrss_prefs #filterNewRuleDlg .invalid,
+body.ttrss_main #filterNewRuleDlg .invalid {
+ background: #ffc0c0;
+}
+body.ttrss_prefs #filterNewRuleDlg .valid,
+body.ttrss_main #filterNewRuleDlg .valid {
+ background: #c0ffc0;
+}
body.ttrss_prefs fieldset,
body.ttrss_utility fieldset {
border-width: 0px;
@@ -1827,6 +1835,12 @@ body.flat.ttrss_main.ttrss_prefs td.filename,
body.flat.ttrss_main.ttrss_prefs div.prefHelp {
color: #999999;
}
+body.flat.ttrss_main.ttrss_prefs #filterNewRuleDlg .invalid {
+ background: #503030;
+}
+body.flat.ttrss_main.ttrss_prefs #filterNewRuleDlg .valid {
+ background: #305030;
+}
body.flat.ttrss_main {
/*
.post .content img,