# HG changeset patch # User HIROSE Yuuji # Date 1476659250 -32374 # Node ID bc0fac488483b9b2465fe81b2d2158ee7b447b42 # Parent 5577a3d131e376c0e3e215edaf751c99a965f778 Do not hide tr.profimg:active diff -r 5577a3d131e3 -r bc0fac488483 examples/common/default/default.css --- a/examples/common/default/default.css Sun Oct 16 23:24:06 2016 +0859 +++ b/examples/common/default/default.css Mon Oct 17 08:07:04 2016 +0859 @@ -101,7 +101,8 @@ table.mini {margin-left: 1em; border-left: 2px solid #686;} body.grouphome tr.profimg, body.home tr.profimg {visibility: collapse;} -tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover { +tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover, +tr:profimg:active { visibility: visible;} p.profimg {float: left; max-width: 50%; max-height: 400px;