fixes #396
This commit is contained in:
9
app/assets/stylesheets/specific/user_feedback.css.scss
Normal file
9
app/assets/stylesheets/specific/user_feedback.css.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
div#c-user-feedbacks {
|
||||
tr.feedback-category-positive {
|
||||
background: #DDFFDD !important;
|
||||
}
|
||||
|
||||
tr.feedback-category-negative {
|
||||
background: #FFDDDD !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user