From 2a6d6fcd158d0e108b50c51a6deb5405505eeda6 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 19 May 2016 19:11:53 -0700 Subject: Improve tx list style Tx list no longer enlarges on hover, and failed transactions no longer have hover styles nor direct to an explorer page. --- ui/app/css/lib.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ui/app/css') diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css index 60c56422d..1eba7465b 100644 --- a/ui/app/css/lib.css +++ b/ui/app/css/lib.css @@ -5,7 +5,7 @@ } .color-forest { - color: #0A5448; + color: #0A5448; } /* lib */ @@ -107,6 +107,9 @@ user-select: none; } +.pointer { + cursor: pointer; +} .cursor-pointer { cursor: pointer; transform-origin: center center; -- cgit v1.2.3