1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:55:56 +00:00

fix wrong colors applying to rule textarea when invoked from main UI

This commit is contained in:
Andrew Dolgov
2020-02-28 18:23:19 +03:00
parent 482db14c1a
commit 68562e2618
7 changed files with 30 additions and 30 deletions

View File

@@ -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;
}
}
}