diff options
| author | Mark Otto <[email protected]> | 2012-08-14 14:51:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-14 14:51:33 -0700 |
| commit | dbcd87331d8a84fe5f65da0420409e859effebf1 (patch) | |
| tree | 14ba0d4328769215aa77a67a871a224c274906d0 /docs | |
| parent | 662fface3b73917b8424ad87995dee62f5e3053a (diff) | |
| download | bootstrap-dbcd87331d8a84fe5f65da0420409e859effebf1.tar.xz bootstrap-dbcd87331d8a84fe5f65da0420409e859effebf1.zip | |
fixes #4371: scope hovers on table rows to tbody
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ec63378c5..d6cfbe099 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1863,8 +1863,8 @@ table { background-color: #f9f9f9; } -.table-hover tr:hover td, -.table-hover tr:hover th { +.table-hover tbody tr:hover td, +.table-hover tbody tr:hover th { background-color: #f5f5f5; } |
