Files
danbooru/app/assets/stylesheets/specific/post_events.scss

12 lines
147 B
SCSS

div#c-post-events {
#a-index {
tr.resolved-true {
background: #DDD;
}
tr.resolved-false {
background: #FFF;
}
}
}