Pushing changes in trunk to the 2.0.2 release

git-svn-id: https://plugins.svn.wordpress.org/footnotes/tags/2.0.2@2408490 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Mark Cheret 2020-10-28 17:03:44 +00:00
parent 46b4706e59
commit f6f043ae36
2 changed files with 5 additions and 4 deletions

View file

@ -34,10 +34,11 @@
cursor: pointer; cursor: pointer;
z-index: 1; z-index: 1;
} }
.footnote_plugin_tooltip_text a { .footnote_plugin_tooltip_text {
display: inline-block;
text-decoration: none; text-decoration: none;
} }
.footnote_plugin_tooltip_text a:hover { .footnote_plugin_tooltip_text:hover {
text-decoration: underline; text-decoration: underline;
} }
@ -138,7 +139,7 @@ span.footnote_tooltip {
.footnote_tooltip { .footnote_tooltip {
display: none; display: none;
} }
.footnote_plugin_tooltip_text a { .footnote_plugin_tooltip_text {
color: inherit; color: inherit;
} }
.footnote_plugin_index a { .footnote_plugin_index a {

View file

@ -1,5 +1,5 @@
<div class="footnote_container_prepare"> <div class="footnote_container_prepare">
<p><span onclick="footnote_expand_reference_container();" style="cursor:auto;">[[label]]</span></p> <p><span onclick="footnote_expand_reference_container();">[[label]]</span><span style="[[button-style]]">&nbsp;&nbsp;&nbsp;[ <a id="footnote_reference_container_collapse_button" style="cursor:pointer;" onclick="footnote_expand_collapse_reference_container();">+</a> ]</span></p>
</div> </div>
<div id="[[id]]" style="[[style]]"> <div id="[[id]]" style="[[style]]">
<table class="footnote-reference-container"> <table class="footnote-reference-container">