From 1498c0cf8724f285992e65543bf061dea910858d Mon Sep 17 00:00:00 2001 From: ssotomayor Date: Thu, 9 Oct 2014 09:47:19 -0300 Subject: [PATCH 1/2] Removes quetion mark from amount in /history. Fixes #1531 --- views/transactions.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/transactions.html b/views/transactions.html index 521e1037a..b2277ed7b 100644 --- a/views/transactions.html +++ b/views/transactions.html @@ -55,7 +55,6 @@
Date: Fri, 10 Oct 2014 12:03:00 -0300 Subject: [PATCH 2/2] Changes CSS for has-tip class, removes question mark from cursor. --- css/src/main.css | 1 + views/transactions.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/css/src/main.css b/css/src/main.css index 9251848a0..9740b1f9c 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -742,6 +742,7 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus { .has-tip { color: #7A8C9E; border-color: #7A8C9E; + cursor: inherit; } .logo { diff --git a/views/transactions.html b/views/transactions.html index b2277ed7b..521e1037a 100644 --- a/views/transactions.html +++ b/views/transactions.html @@ -55,6 +55,7 @@