aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-07-23 22:59:33 -0700
committerJacob Thornton <[email protected]>2013-07-23 22:59:33 -0700
commit3cfa1c8a30beb081167105b7ea006e9089e566f5 (patch)
tree9a15de39e176d18912ad198151f67572273e11f5 /dist/css/bootstrap.css
parent6841c5096888b9a1f8b4b9453adac23cee3788d9 (diff)
parent1d1bd62598f309eeffb9fa4e277e02b633520a7f (diff)
downloadbootstrap-3cfa1c8a30beb081167105b7ea006e9089e566f5.tar.xz
bootstrap-3cfa1c8a30beb081167105b7ea006e9089e566f5.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Conflicts: dist/js/bootstrap.min.js
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css32
1 files changed, 28 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 34177fa6f..256f1eb14 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1191,29 +1191,53 @@ table th[class^="col-"] {
float: none;
}
+.table > thead > tr > td.active,
.table > tbody > tr > td.active,
+.table > tfoot > tr > td.active,
+.table > thead > tr > th.active,
.table > tbody > tr > th.active,
-.table > tbody > tr.active > td {
+.table > tfoot > tr > th.active,
+.table > thead > tr.active > td,
+.table > tbody > tr.active > td,
+.table > tfoot > tr.active > td {
background-color: #f5f5f5;
}
+.table > thead > tr > td.success,
.table > tbody > tr > td.success,
+.table > tfoot > tr > td.success,
+.table > thead > tr > th.success,
.table > tbody > tr > th.success,
-.table > tbody > tr.success > td {
+.table > tfoot > tr > th.success,
+.table > thead > tr.success > td,
+.table > tbody > tr.success > td,
+.table > tfoot > tr.success > td {
background-color: #dff0d8;
border-color: #d6e9c6;
}
+.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
+.table > tfoot > tr > td.danger,
+.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
-.table > tbody > tr.danger > td {
+.table > tfoot > tr > th.danger,
+.table > thead > tr.danger > td,
+.table > tbody > tr.danger > td,
+.table > tfoot > tr.danger > td {
background-color: #f2dede;
border-color: #eed3d7;
}
+.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
+.table > tfoot > tr > td.warning,
+.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
-.table > tbody > tr.warning > td {
+.table > tfoot > tr > th.warning,
+.table > thead > tr.warning > td,
+.table > tbody > tr.warning > td,
+.table > tfoot > tr.warning > td {
background-color: #fcf8e3;
border-color: #fbeed5;
}