From 3c590042bcc0eeb619ef4aec33daa0139c0e0119 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 14 Oct 2015 13:39:05 -0400 Subject: [PATCH] CRM-16415 - Help icons --- css/civicrm.css | 15 ++++++--------- css/crm-i.css | 1 + 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index 831d273b38..3c89beb28b 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2273,16 +2273,8 @@ a.crm-i:hover { margin-right: 5px; } -/* Same as fa-question-circle, plus coloring */ .crm-container a.helpicon { - display: inline-block; - color: #F5F6F1; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - opacity: .7; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + opacity: .8; } .crm-container a.helpicon:hover, @@ -2290,10 +2282,15 @@ a.crm-i:hover { opacity: 1; } +/* Same as fa-question-circle */ .crm-container a.helpicon:before { content: "\f059"; } +div.crm-accordion-header a.helpicon { + color: inherit; +} + /* These .crm-icon classes use item_sprites.png */ .crm-container .crm-icon { diff --git a/css/crm-i.css b/css/crm-i.css index 4b6875319c..6dccf19996 100644 --- a/css/crm-i.css +++ b/css/crm-i.css @@ -2,6 +2,7 @@ This is separate to avoid conflict with a site theme's implementation of FA. It is loaded before font-awesome.css so that .fa-XXX classes can modify it. */ .ui-icon[class*=" fa-"], +.crm-container a.helpicon, .crm-i { display: inline-block; font: normal normal normal 14px/1 FontAwesome; -- 2.25.1