css: standardize success/error background colors.
Standardize background colors to light green or light red in several places: * Modqueue positive/negative score backgrounds. * Modqueue quality/sample warning backgrounds. * User feedback positive/negative backgrounds. * Ban expired/unexpired backgrounds. * Flag resolved/unresolved backgrounds (removed; resolved flags no longer have a grey background because of inconsistencies in what resolved means).
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
div#c-post-flags {
|
||||
tr.resolved-true {
|
||||
background: var(--post-events-resolved-background) !important;
|
||||
}
|
||||
|
||||
tr.resolved-false {
|
||||
background: var(--post-events-unresolved-background) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user