Patrick Garman 2012-02-03 04:10:05 +00:00
parent a9f92e69b5
commit d0d1cdc24d
1 changed files with 1 additions and 1 deletions

View File

@ -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');