diff options
author | Jayaram Pai | 2014-03-06 15:13:06 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-03-06 15:13:06 +0530 |
commit | a72aeab297f72a4fd43f60bf7180e690a158ac43 (patch) | |
tree | 62390b632275b7450e5daa427f92a7bf7f01e1ac /css | |
parent | 84ae346b2d0acaf4152550edc3e28bee9854db3b (diff) | |
download | tbc-external-review-a72aeab297f72a4fd43f60bf7180e690a158ac43.tar.gz tbc-external-review-a72aeab297f72a4fd43f60bf7180e690a158ac43.tar.bz2 tbc-external-review-a72aeab297f72a4fd43f60bf7180e690a158ac43.zip |
addedd error class to filtered comments
Diffstat (limited to 'css')
-rw-r--r-- | css/tbc_external_review.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/tbc_external_review.css b/css/tbc_external_review.css index 1341691..3cbda22 100644 --- a/css/tbc_external_review.css +++ b/css/tbc_external_review.css @@ -25,3 +25,6 @@ #lightbox-wrapper table tr:hover { background: #f3f3f3; } +.error-comment { + background: tomato !important; +} |