diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-06-29 13:27:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-06-29 13:27:52 +0200 |
commit | 7d853aff41a2db0b47264e33771729dd0dbb0dc1 (patch) | |
tree | b59fbb2c87707c475a75b588b88c719fd6f6b177 /cgi | |
parent | f9ac67be7346ba42bd22f52ddb70853f693ba080 (diff) |
clean: fix hovering foo
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/templates/layouts/default.html.ep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index cb1e99e..3a8e33f 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -96,7 +96,8 @@ visibility: hidden; } - div.displayclean li:hover .moreinfo { + div.displayclean li:hover .moreinfo + div.displayclean li .moreinfo:hover { visibility: visible; } |