mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 05:09:15 +00:00
filter dialog: add inline regexp checker
This commit is contained in:
@@ -1547,6 +1547,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;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -152,6 +152,18 @@ body.ttrss_prefs {
|
||||
}
|
||||
}
|
||||
|
||||
body.ttrss_prefs,
|
||||
body.ttrss_main {
|
||||
#filterNewRuleDlg {
|
||||
.invalid {
|
||||
background : #ffc0c0;
|
||||
}
|
||||
.valid {
|
||||
background : #c0ffc0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.ttrss_prefs,
|
||||
body.ttrss_utility {
|
||||
fieldset {
|
||||
|
||||
Reference in New Issue
Block a user