[Xfce4-commits] <midori:master> Show speed dial close button only when hovering over thumbnail

Christian Dywan noreply at xfce.org
Mon Oct 17 02:52:05 CEST 2011


Updating branch refs/heads/master
         to a023dc5471cb2f70a36476f6e149edf6a81a5be2 (commit)
       from 7b4f2254ff733f62f4dc3b8e4f1de2ade1929549 (commit)

commit a023dc5471cb2f70a36476f6e149edf6a81a5be2
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Fri Oct 14 19:42:29 2011 +0200

    Show speed dial close button only when hovering over thumbnail

 data/speeddial-head.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/data/speeddial-head.html b/data/speeddial-head.html
index e34ac2d..27303cf 100644
--- a/data/speeddial-head.html
+++ b/data/speeddial-head.html
@@ -1,6 +1,8 @@
 <!--
  Speed Dial head template for Midori.
  Copyright (C) 2009 Jean-François Guchens <zcx000 at gmail.com>
+ Copyright (C) 2011 Paweł Forysiuk <tuxator at o2.pl>
+ Copyright (C) 2011 Cassidy James <email at 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;


More information about the Xfce4-commits mailing list