Plugin Directory

Changeset 2058427


Ignore:
Timestamp:
03/27/2019 04:38:32 PM (7 years ago)
Author:
evilex
Message:

icons fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-admin-bar-control/trunk/includes/admin.php

    r2058410 r2058427  
    2929      wp_enqueue_style( 'yummi-hint', $url . '/css/hint.min.css' );
    3030
    31       wp_enqueue_style( 'yummi-FontAwesome', 'https://use.fontawesome.com/releases/v5.8.1/css/all.css' );
    3231
    3332
     
    10901089    global $yabp;
    10911090    wp_enqueue_style('icons_color', WPABC_URL. '/includes/css/style.css');
     1091    wp_enqueue_style( 'yummi-FontAwesome', 'https://use.fontawesome.com/releases/v5.8.1/css/all.css' );
    10921092    $color = $yabp['iconsColor'];
    10931093    $css = ".fa,.far,.fas{font-weight:900!important;font-family:'Font Awesome 5 Free'!important;}.CustomLinks th,.CustomLinks td{padding:0!important}.del{cursor:pointer}#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before,#wpadminbar .ab-icon,#wpadminbar .fa,#wpadminbar .far,#wpadminbar .fas{color: {$color} !important;}";
Note: See TracChangeset for help on using the changeset viewer.