s4

changeset 316:bc0fac488483

Do not hide tr.profimg:active
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 17 Oct 2016 08:07:04 +0859
parents 5577a3d131e3
children 7e910e267d8e
files examples/common/default/default.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Sun Oct 16 23:24:06 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Mon Oct 17 08:07:04 2016 +0859
     1.3 @@ -101,7 +101,8 @@
     1.4  table.mini {margin-left: 1em; border-left: 2px solid #686;}
     1.5  
     1.6  body.grouphome tr.profimg, body.home tr.profimg {visibility: collapse;}
     1.7 -tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover {
     1.8 +tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover,
     1.9 +tr:profimg:active {
    1.10      visibility: visible;}
    1.11  
    1.12  p.profimg {float: left; max-width: 50%; max-height: 400px;