2.5.11d6 debugging tooltips transitions and padding.
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2499895 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
7aa9d8803f
commit
27b33e7a6f
19 changed files with 33 additions and 28 deletions
|
@ -41,7 +41,7 @@
|
|||
.footnote_tooltip.shown {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transition-property: visibility opacity;
|
||||
transition-property: visibility, opacity;
|
||||
transition-timing-function: linear;
|
||||
/*
|
||||
transition-delay: 0ms;
|
||||
|
@ -52,7 +52,7 @@
|
|||
.footnote_tooltip.hidden {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition-property: visibility opacity;
|
||||
transition-property: visibility, opacity;
|
||||
transition-timing-function: linear;
|
||||
/*
|
||||
transition-delay: 400ms;
|
||||
|
|
Reference in a new issue