diff options
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 // ----------------- |
