diff options
| author | Mark Otto <[email protected]> | 2012-02-05 02:28:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 02:28:42 -0800 |
| commit | 546332d85de5837147b645bf6bab5fa06e2a1039 (patch) | |
| tree | 2d0438be49a9620ae9afe4bd5d8046d94d23a319 /less | |
| parent | f8c2d9b53d0b3cfba1f7fbced88457f53d1dbbd6 (diff) | |
| download | bootstrap-546332d85de5837147b645bf6bab5fa06e2a1039.tar.xz bootstrap-546332d85de5837147b645bf6bab5fa06e2a1039.zip | |
resolve #1602 and add table hover style
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index c069ed588..cbc013aca 100644 --- a/less/tables.less +++ b/less/tables.less @@ -113,6 +113,16 @@ table { } +// HOVER EFFECT +// ------------ +// Placed here since it has to come after the potential zebra striping +.table { + tbody tr:hover td, + tbody tr:hover th { + background-color: #f5f5f5; + } +} + // TABLE CELL SIZING // ----------------- |
