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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user