This commit is contained in:
albert
2013-02-19 14:10:13 -05:00
parent 3fecc3fb82
commit ad6ad8074e
3 changed files with 17 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
div#c-user-feedbacks {
tr.feedback-category-positive {
background: #DDFFDD !important;
}
tr.feedback-category-negative {
background: #FFDDDD !important;
}
}