Files
danbooru/app/assets/stylesheets/specific/user_feedback.css.scss
2013-04-17 14:41:23 -04:00

13 lines
241 B
SCSS

div#c-user-feedbacks {
.feedback-category-positive {
background: #DDFFDD !important;
}
.feedback-category-negative {
background: #FFDDDD !important;
}
.feedback-category-neutral {
background: #FFFFFF !important;
}
}