Show speed dial close button only when hovering over thumbnail
This commit is contained in:
parent
7b4f2254ff
commit
a023dc5471
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
<!--
|
<!--
|
||||||
Speed Dial head template for Midori.
|
Speed Dial head template for Midori.
|
||||||
Copyright (C) 2009 Jean-François Guchens <zcx000@gmail.com>
|
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.
|
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -87,7 +89,7 @@
|
||||||
-webkit-transition: opacity 0.15s;
|
-webkit-transition: opacity 0.15s;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.shortcut:hover .cross {
|
div.shortcut .preview:hover .cross {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
-webkit-transition-delay: 0.5s;
|
-webkit-transition-delay: 0.5s;
|
||||||
|
|
Loading…
Reference in a new issue