diff --git a/lib/dump.css b/lib/dump.css index 5543c18..353fb42 100644 --- a/lib/dump.css +++ b/lib/dump.css @@ -124,9 +124,6 @@ body { cursor: pointer; overflow: hidden; margin: 4px 2px; -} - -.mulelink { text-decoration: none; } diff --git a/lib/mule.js b/lib/mule.js index 2a7c852..97fc1bc 100644 --- a/lib/mule.js +++ b/lib/mule.js @@ -106,7 +106,7 @@ function mulelink(guid) { } return r; } - var l = $('').addClass('mulelink'); + var l = $('').addClass('button'); l.text('\u21d7'); l.attr('href', 'muledump:' + toHex(guid) + '-' + toHex(accounts[guid])); l.attr('title', 'open this account');