2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +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
+4
View File
@@ -2034,6 +2034,10 @@ table .span24 {
background-color: #f2dede;
}
.table tbody tr.warning td {
background-color: #fcf8e3;
}
.table tbody tr.info td {
background-color: #d9edf7;
}