diff options
| author | Mark Otto <[email protected]> | 2012-06-25 14:11:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-25 14:11:37 -0700 |
| commit | 27845e4492741a973231ff1be6c493e001a28555 (patch) | |
| tree | 1085a75069f5641f61e9f9af34c577e9a1401fbb /docs/assets/css/bootstrap.css | |
| parent | 508a93d9e307457426f2aa2fcfa740858ebd851a (diff) | |
| download | bootstrap-27845e4492741a973231ff1be6c493e001a28555.tar.xz bootstrap-27845e4492741a973231ff1be6c493e001a28555.zip | |
#3223: make table row hover optional class
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -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 e760daae8..88db0c044 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1748,8 +1748,8 @@ table { background-color: #f9f9f9; } -.table tbody tr:hover td, -.table tbody tr:hover th { +.table-hover tbody tr:hover td, +.table-hover tbody tr:hover th { background-color: #f5f5f5; } |
