From b693555304817fa8accda0f14eb1d96c8d40b52e Mon Sep 17 00:00:00 2001 From: ssotomayor Date: Fri, 10 Oct 2014 12:03:00 -0300 Subject: [PATCH] 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 @@