]> spindle.queued.net Git - midori/commitdiff
Show speed dial close button only when hovering over thumbnail
authorPaweł Forysiuk <tuxator@o2.pl>
Fri, 14 Oct 2011 17:42:29 +0000 (19:42 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 17 Oct 2011 00:47:56 +0000 (02:47 +0200)
data/speeddial-head.html

index e34ac2d9e2fe471ad60de79162d61e13a6b9efe9..27303cfac01994e485f35b7e5e2f70207ae1f46a 100644 (file)
@@ -1,6 +1,8 @@
 <!--
  Speed Dial head template for Midori.
  Copyright (C) 2009 Jean-François Guchens <zcx000@gmail.com>
+ Copyright (C) 2011 Paweł Forysiuk <tuxator@o2.pl>
+ Copyright (C) 2011 Cassidy James <email@cassidyjames.com>
  This file is licensed under the terms of the expat license, see the file EXPAT.
 -->
 
@@ -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;