diff --git a/scss/_gui.scss b/scss/_gui.scss index 7f042b433..fc207d46e 100644 --- a/scss/_gui.scss +++ b/scss/_gui.scss @@ -211,4 +211,13 @@ input[type="text"], input[type="search"], textarea { margin-top: $spacing-vertical; } -} \ No newline at end of file +} + +td.transaction_history, tr.transaction_history { + padding: 4px; +} +a.transaction_explorer_link { + color: $color-primary; + text-decoration: underline; + font-family: monospace; +}