summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-28 18:23:19 +0300
committerAndrew Dolgov <[email protected]>2020-02-28 18:23:19 +0300
commit68562e261815d9bd5bfff017d38100e988173cd7 (patch)
tree85e02998d1cadc10d90865023cf279029f6e75c1 /themes/compact_night.css
parent482db14c1a62a3ca007bb802c092d6a0d4ad58aa (diff)
fix wrong colors applying to rule textarea when invoked from main UI
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 5b1086cf6..9ff2984c7 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1964,12 +1964,6 @@ 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 .dijitValidationTextAreaError {
- background: #503030;
-}
-body.flat.ttrss_main.ttrss_prefs #filterNewRuleDlg .dijitValidationTextArea:not(.dijitValidationTextAreaError) {
- background: #305030;
-}
body.flat.ttrss_main.ttrss_prefs hr {
border-color: #666;
}
@@ -2209,6 +2203,12 @@ body.flat.ttrss_main .alert.alert-danger {
color: #b94a48;
border-color: #702c2b;
}
+body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextAreaError {
+ background: #503030;
+}
+body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextArea:not(.dijitValidationTextAreaError) {
+ background: #305030;
+}
/* rules specific to compact.css */
body.ttrss_main.ttrss_index.flat #feedTree.dijitTree .dijitTreeLabel {
font-size: 13px ! important;