From cf131abd356e40d116c2e943ef0b3a003502a55a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 22 Dec 2015 23:31:15 -0500 Subject: [PATCH] Fix hover button padding --- css/civicrm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index 9b2ee7d502..93d9644694 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1437,7 +1437,7 @@ input.crm-form-entityref { text-decoration: none; font-size: .9em; color: #000; - padding: 1px 2px 1px 0; + padding: 1px 3px; opacity: .7; cursor: pointer; } -- 2.25.1