diff options
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r-- | paper/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css index 612b46c4..471bdf4d 100644 --- a/paper/bootstrap.css +++ b/paper/bootstrap.css @@ -6785,9 +6785,9 @@ a { -o-transition: all 0.2s; transition: all 0.2s; } -.table-hover > tbody > tr:hover, -.table-hover > tbody > tr:hover > th, -.table-hover > tbody > tr:hover > td { +.table-hover > tbody > tr, +.table-hover > tbody > tr > th, +.table-hover > tbody > tr > td { -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; |