From 833a2cf41d000b335b4d5b8c8b1cb67fa111d27c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 8 Dec 2015 11:50:51 +0100 Subject: Pretty print wallet database. --- extension/style/wallet.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extension/style') diff --git a/extension/style/wallet.css b/extension/style/wallet.css index ba698296a..487cdd407 100644 --- a/extension/style/wallet.css +++ b/extension/style/wallet.css @@ -17,3 +17,13 @@ input.url { .formish { } + +.json-key { + color: brown; +} +.json-value { + color: navy; + } +.json-string { + color: olive; +} -- cgit v1.2.3