From: Paweł Forysiuk Date: Fri, 14 Oct 2011 17:42:29 +0000 (+0200) Subject: Show speed dial close button only when hovering over thumbnail X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a023dc5471cb2f70a36476f6e149edf6a81a5be2;p=midori Show speed dial close button only when hovering over thumbnail --- diff --git a/data/speeddial-head.html b/data/speeddial-head.html index e34ac2d9..27303cfa 100644 --- a/data/speeddial-head.html +++ b/data/speeddial-head.html @@ -1,6 +1,8 @@ @@ -87,7 +89,7 @@ -webkit-transition: opacity 0.15s; } - div.shortcut:hover .cross { + div.shortcut .preview:hover .cross { visibility: visible; opacity: 1; -webkit-transition-delay: 0.5s;