summaryrefslogtreecommitdiff
path: root/themes/night_base.less
diff options
context:
space:
mode:
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;
+ }
+ }
}