diff --git a/app/assets/stylesheets/specific/moderator_dashboard.css.scss b/app/assets/stylesheets/specific/moderator_dashboard.css.scss index c4efab3f1..6943bece2 100644 --- a/app/assets/stylesheets/specific/moderator_dashboard.css.scss +++ b/app/assets/stylesheets/specific/moderator_dashboard.css.scss @@ -22,6 +22,14 @@ div#c-moderator-dashboards { div#activity-search { margin-bottom: 2em; } + + tr.feedback-category-positive { + background: #DDFFDD !important; + } + + tr.feedback-category-negative { + background: #FFDDDD !important; + } table { width: 26em; diff --git a/app/views/moderator/dashboards/_activity_user_feedback.html.erb b/app/views/moderator/dashboards/_activity_user_feedback.html.erb index d90078460..0d6a74b5d 100644 --- a/app/views/moderator/dashboards/_activity_user_feedback.html.erb +++ b/app/views/moderator/dashboards/_activity_user_feedback.html.erb @@ -9,7 +9,7 @@
<% @dashboard.user_feedbacks.each do |record| %> -