Changeset 2058427
- Timestamp:
- 03/27/2019 04:38:32 PM (7 years ago)
- File:
-
- 1 edited
-
wp-admin-bar-control/trunk/includes/admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-admin-bar-control/trunk/includes/admin.php
r2058410 r2058427 29 29 wp_enqueue_style( 'yummi-hint', $url . '/css/hint.min.css' ); 30 30 31 wp_enqueue_style( 'yummi-FontAwesome', 'https://use.fontawesome.com/releases/v5.8.1/css/all.css' );32 31 33 32 … … 1090 1089 global $yabp; 1091 1090 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' ); 1092 1092 $color = $yabp['iconsColor']; 1093 1093 $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.