css: Color table row/cells with class 'error'.

This commit is contained in:
Daniele Sluijters
2013-10-18 15:47:59 +02:00
parent bb124e1ba5
commit efae19dc6d

View File

@@ -49,3 +49,6 @@ th.headerSortDown:after {
.navbar .brand:hover { .navbar .brand:hover {
color: #fff; color: #fff;
} }
.table tbody tr.error>td {
background-color: #f2dede;
}