aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-23 14:00:28 -0700
committerMark Otto <[email protected]>2013-08-23 14:00:28 -0700
commit310642d5acd3b6c3f80f758c854b12a2de4cdeb6 (patch)
tree82a514fc15a8a930904328f9531286ccebe64e9c /dist/css/bootstrap.css
parentbbc32f7e7993cd36190e458b47fc333174a9992e (diff)
parent7b0d035dd4cea21bcbd01c3d16764a90e9ce009b (diff)
downloadbootstrap-310642d5acd3b6c3f80f758c854b12a2de4cdeb6.tar.xz
bootstrap-310642d5acd3b6c3f80f758c854b12a2de4cdeb6.zip
Merge branch 'master' into header-font-size-vars
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index bbda4eed4..3d7e7e007 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1522,7 +1522,8 @@ table th[class*="col-"] {
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td {
+.table-hover > tbody > tr.success:hover > td,
+.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
@@ -1545,7 +1546,8 @@ table th[class*="col-"] {
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td {
+.table-hover > tbody > tr.danger:hover > td,
+.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
border-color: #e6c1c7;
}
@@ -1568,7 +1570,8 @@ table th[class*="col-"] {
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td {
+.table-hover > tbody > tr.warning:hover > td,
+.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
border-color: #f8e5be;
}