10 lines
209 B
SCSS
10 lines
209 B
SCSS
div#c-post-flags {
|
|
tr.resolved-true {
|
|
background: var(--post-events-resolved-background) !important;
|
|
}
|
|
|
|
tr.resolved-false {
|
|
background: var(--post-events-unresolved-background) !important;
|
|
}
|
|
}
|