Files
danbooru/app/assets/stylesheets/specific/user_feedback.css.scss
2013-06-12 09:31:53 -04:00

18 lines
321 B
SCSS

div#c-user-feedbacks, div#c-moderator-dashboards div#col2 {
.feedback-category-positive {
background: #DDFFDD !important;
}
.feedback-category-negative {
background: #FFDDDD !important;
}
.feedback-category-neutral {
background: #FFFFFF !important;
}
blockquote {
padding: 0.5em;
}
}