aboutsummaryrefslogtreecommitdiff
path: root/html/display_panel/content/display-panel.html
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2019-02-25 23:05:22 +0100
committerhackademix <giorgio@maone.net>2019-02-25 23:05:22 +0100
commit5d9ab3778bcdb12913333deff64196590688789f (patch)
tree2423bfebc6d5fa0727edbfb3dbc2ebaa13615c70 /html/display_panel/content/display-panel.html
parent881101334654012dd2289b5a73f123bb5d55a462 (diff)
Cosmetic changes to the inline code viewer toggle button.
Diffstat (limited to 'html/display_panel/content/display-panel.html')
-rw-r--r--html/display_panel/content/display-panel.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/html/display_panel/content/display-panel.html b/html/display_panel/content/display-panel.html
index 5eccf60..5b9f99f 100644
--- a/html/display_panel/content/display-panel.html
+++ b/html/display_panel/content/display-panel.html
@@ -73,8 +73,10 @@
</p>
<ul>
<li id="li-template">
- <button class="toggle-source" title="Show/Hide code inline">👓</button><a class="script-url" href="#"></a>:
- <pre class="source">No code</pre>
+ <button class="toggle-source show" title="Show code inline">Show</button>
+ <button class="toggle-source hide" title="Hide code inline">Hide</button>
+ <a class="script-url" href="#" target="librejs_viewsource"></a>:
+ <pre class="source"></pre>
<p class="reason"></p>
<div class="buttons">
<button class="whitelist">Whitelist</button>