Files
danbooru/app/javascript/src/styles/specific/post_flags.scss
2019-09-17 00:28:41 -05:00

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