diff options
Diffstat (limited to 'extension/style')
| -rw-r--r-- | extension/style/wallet.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/extension/style/wallet.css b/extension/style/wallet.css index 39d87b8f5..0af2240e0 100644 --- a/extension/style/wallet.css +++ b/extension/style/wallet.css @@ -120,4 +120,19 @@ button.confirm-pay { @keyframes fade { from {opacity: 0} to {opacity: 1} - }
\ No newline at end of file + } + +button.linky { + background:none!important; + border:none; + padding:0!important; + + font-family:arial,sans-serif; + color:#069; + text-decoration:underline; + cursor:pointer; +} + +table, th, td { + border: 1px solid black; +}
\ No newline at end of file |
