From 12ac13430783bebc0d62f246febe2845a616f1ea Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 22 Dec 2015 21:26:57 -0500 Subject: [PATCH] Icon fix --- css/civicrm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index 552fb0d3b4..9b2ee7d502 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1454,7 +1454,8 @@ input.crm-form-entityref { .crm-container .crm-accordion-header .crm-hover-button { opacity: 1; position: relative; - top: -4px; + top: -2px; + color: inherit; } .crm-container .crm-hover-button:hover, .crm-container a.crm-hover-button:hover, @@ -1540,7 +1541,6 @@ input.crm-form-entityref { background: url("../i/TreePlus.gif") no-repeat right 1px; } - .crm-container .btn-slide-active .panel { z-index: 10; } -- 2.25.1