diff options
| author | Mark Otto <[email protected]> | 2013-08-21 14:30:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-21 14:30:27 -0700 |
| commit | 6fc988613ab8d42d937a7815f5fad3f59d5bde78 (patch) | |
| tree | 4b99dbd295239ee64532b9923ea8df4920b7e103 /dist/css/bootstrap.css | |
| parent | 0886fee10328d5712055c87047b8040d0e64a356 (diff) | |
| parent | aea1d8839fdfa6c517bf42719f82b56510a56d0b (diff) | |
| download | bootstrap-6fc988613ab8d42d937a7815f5fad3f59d5bde78.tar.xz bootstrap-6fc988613ab8d42d937a7815f5fad3f59d5bde78.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
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; } |
