diff --git a/app/static/main.css b/app/static/main.css index 3b2ea4e..5514ed4 100644 --- a/app/static/main.css +++ b/app/static/main.css @@ -118,3 +118,15 @@ i.disabled { span.expired { color: #888; } + +.copy:hover { + transform: scale(1.5, 1.5); + -ms-transform: scale(1.5, 1.5)); /* IE 9 */ + -webkit-transform: scale(1.5, 1.5); +} +.copy:hover::after { + content: "📄 click to copy"; + font-size: 80%; + /* font-style:oblique; */ + font-family: monospace; +} diff --git a/app/templates/node.html b/app/templates/node.html index c3aeee3..ef84e5d 100644 --- a/app/templates/node.html +++ b/app/templates/node.html @@ -76,11 +76,11 @@
{{ node.machineKey }}
+
+ {{ node.machineKey }}
+
{{ node.nodeKey }}
+
+ {{ node.nodeKey }}
+
{{ node.discoKey }}
+