Files
danbooru/app/assets/stylesheets/specific/post_flags.scss
evazion df3925ecb4 stylesheets: rename *.css.scss -> *.scss.
Fixes "DEPRECATION WARNING: Extra .css in SCSS file is unnecessary."
2017-02-28 19:01:09 -06: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;
}
}