Files
danbooru/app/assets/stylesheets/specific/post_flags.css.scss
2013-03-19 23:32:39 +11:00

13 lines
177 B
SCSS

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