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 wrap: on
line diff
--- 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;

yatex.org