2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Add .warning to table rows

This commit is contained in:
Andreas Cederström
2012-08-22 11:20:31 +02:00
parent 5d41742f17
commit 361889def9
4 changed files with 33 additions and 2 deletions
+3
View File
@@ -219,6 +219,9 @@ table {
tbody tr.error td {
background-color: @errorBackground;
}
tbody tr.warning td {
background-color: @warningBackground;
}
tbody tr.info td {
background-color: @infoBackground;
}