This commit is contained in:
parent
a9f92e69b5
commit
d0d1cdc24d
|
@ -218,7 +218,7 @@ function woocommerce_admin_css() {
|
|||
if ( $typenow == '' || $typenow=="product" || $typenow=="shop_order" || $typenow=="shop_coupon" ) :
|
||||
wp_enqueue_style( 'thickbox' );
|
||||
wp_enqueue_style( 'woocommerce_admin_styles', $woocommerce->plugin_url() . '/assets/css/admin.css' );
|
||||
wp_enqueue_style( 'jquery-ui-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
|
||||
wp_enqueue_style( 'jquery-ui-style', ($_SERVER['HTTPS'] != "on") ? 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' : 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
|
||||
endif;
|
||||
|
||||
wp_enqueue_style('farbtastic');
|
||||
|
|
Loading…
Reference in New Issue