summaryrefslogtreecommitdiff
path: root/css/prefs.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 /css/prefs.less
parent86a014f23b04f5b1bf301a317efccece78c29826 (diff)
filter dialog: add inline regexp checker
Diffstat (limited to 'css/prefs.less')
-rw-r--r--css/prefs.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/prefs.less b/css/prefs.less
index afbf8374a..6eb6ecd0e 100644
--- a/css/prefs.less
+++ b/css/prefs.less
@@ -153,6 +153,18 @@ body.ttrss_prefs {
}
body.ttrss_prefs,
+body.ttrss_main {
+ #filterNewRuleDlg {
+ .invalid {
+ background : #ffc0c0;
+ }
+ .valid {
+ background : #c0ffc0;
+ }
+ }
+}
+
+body.ttrss_prefs,
body.ttrss_utility {
fieldset {
border-width : 0px;