Files
danbooru/app/assets/stylesheets/specific/post_flags.css.scss
2013-03-08 17:18:06 -05:00

13 lines
179 B
SCSS

div#c-post-flags {
li {
list-style-type: disc;
}
tr.resolved-true {
background: #DDD !important;
}
tr.resolved-false {
background: #FFF !important;
}
}