From 1e52d53736a8cc45a214d9fcea67a0de0fa7dce0 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 13 Aug 2014 09:43:18 +0100 Subject: [PATCH] Fix submit-link css --- css/civicrm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index 050732ab45..e6e14e6c30 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1327,11 +1327,11 @@ input.crm-form-entityref { #crm-container input.submit-link { color: #285286; - background-color: transparent; + background: none transparent; border: none; cursor: pointer; - cursor: hand; margin: 0em -0.5em 0em -0.5em; + text-shadow: none; } .crm-container .underline-effect { -- 2.25.1