|
@@ -1198,7 +1198,7 @@ div.divsearchfield {
|
|
|
content: "\f080";
|
|
|
}
|
|
|
.a-filter:before, .a-mesure:before {
|
|
|
- font-family: "Font Awesome 5 Free";
|
|
|
+ font-family: "<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
|
|
|
font-weight: 600;
|
|
|
padding-right: 5px;
|
|
|
padding-left: 5px;
|
|
@@ -3470,7 +3470,7 @@ div.tabsElem {
|
|
|
/*
|
|
|
div.tabsElem a.tabactive::before, div.tabsElem a.tabunactive::before {
|
|
|
content: "\f0da";
|
|
|
- font-family: "Font Awesome 5 Free";
|
|
|
+ font-family: "<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
|
|
|
padding-right: 2px;
|
|
|
font-weight: 900;
|
|
|
}
|
|
@@ -7526,7 +7526,7 @@ a.phpdebugbar-tab.phpdebugbar-active {
|
|
|
font-weight: 600 !important;
|
|
|
}
|
|
|
.phpdebugbar-fa-tags, .phpdebugbar-fa-tasks, .phpdebugbar-indicator .fa {
|
|
|
- font-family: "Font Awesome 5 Free";
|
|
|
+ font-family: "<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
|
|
@@ -7544,7 +7544,7 @@ div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
|
|
|
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-type:before,
|
|
|
div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
|
|
|
{
|
|
|
- font-family: "Font Awesome 5 Free" !important;
|
|
|
+ font-family: "<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
|
|
|
}
|
|
|
|
|
|
/* ============================================================================== */
|