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,
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 {
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;