CRM-16415 - Help icons
authorColeman Watts <coleman@civicrm.org>
Wed, 14 Oct 2015 17:39:05 +0000 (13:39 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 14 Oct 2015 17:39:05 +0000 (13:39 -0400)
css/civicrm.css
css/crm-i.css

index 831d273b380421e599e5b4e48ab67292099288ef..3c89beb28b88adea975aafba78394840eeba9f65 100644 (file)
@@ -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 {
index 4b6875319c6cd58dd3d27670c26538c5939a4e9d..6dccf199960237eb8c9f0eb27e923e7be571f7c7 100644 (file)
@@ -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;