better feedback styling on mod dashboard

This commit is contained in:
Toks
2013-06-12 09:31:53 -04:00
parent 0d68848ed1
commit f04c5ac835
2 changed files with 1 additions and 9 deletions

View File

@@ -22,14 +22,6 @@ div#c-moderator-dashboards {
margin-bottom: 2em;
}
tr.feedback-category-positive {
background: #DDFFDD !important;
}
tr.feedback-category-negative {
background: #FFDDDD !important;
}
table {
width: 100%;
}

View File

@@ -1,4 +1,4 @@
div#c-user-feedbacks {
div#c-user-feedbacks, div#c-moderator-dashboards div#col2 {
.feedback-category-positive {
background: #DDFFDD !important;
}