summaryrefslogtreecommitdiff
path: root/themes/night_base.less
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/night_base.less
parent482db14c1a62a3ca007bb802c092d6a0d4ad58aa (diff)
fix wrong colors applying to rule textarea when invoked from main UI
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less18
1 files changed, 9 insertions, 9 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index 8e8286d38..9261f3139 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -36,15 +36,6 @@ body.flat.ttrss_main.ttrss_prefs {
color : @fg-text-muted;
}
- #filterNewRuleDlg {
- .dijitValidationTextAreaError {
- background : #503030;
- }
- .dijitValidationTextArea:not(.dijitValidationTextAreaError) {
- background : #305030;
- }
- }
-
hr {
border-color : @border-light;
}
@@ -345,4 +336,13 @@ body.flat.ttrss_main {
color : @color-alert-danger;
border-color : darken(@color-alert-danger, 20%);
}
+
+ #filterNewRuleDlg {
+ .dijitValidationTextAreaError {
+ background : #503030;
+ }
+ .dijitValidationTextArea:not(.dijitValidationTextAreaError) {
+ background : #305030;
+ }
+ }
}