Moved admin editor CSS to menu.css (always loaded). Closes #1037

This commit is contained in:
Coen Jacobs 2012-05-17 11:36:00 +02:00
parent cd1adebf83
commit eabc6af8a9
4 changed files with 9 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -160,12 +160,6 @@ input.wc-error {
background-color: #FFBABA; background-color: #FFBABA;
} }
span.mce_woocommerce_shortcodes_button {
background-image: url(../images/icons/wc_icon.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
/* Status page */ /* Status page */
table.wc_status_table { table.wc_status_table {
th { th {

View File

@ -10,3 +10,4 @@
#adminmenu #toplevel_page_woocommerce div.wp-menu-image{background:transparent url(../images/icons/menu_icons.png) no-repeat 0px -32px;} #adminmenu #toplevel_page_woocommerce div.wp-menu-image{background:transparent url(../images/icons/menu_icons.png) no-repeat 0px -32px;}
#adminmenu #toplevel_page_woocommerce.wp-menu-open div.wp-menu-image,#adminmenu #toplevel_page_woocommerce:hover div.wp-menu-image{background-position:0px 0px;} #adminmenu #toplevel_page_woocommerce.wp-menu-open div.wp-menu-image,#adminmenu #toplevel_page_woocommerce:hover div.wp-menu-image{background-position:0px 0px;}
#adminmenu #toplevel_page_woocommerce img{display:none;} #adminmenu #toplevel_page_woocommerce img{display:none;}
span.mce_woocommerce_shortcodes_button{background-image:url(../images/icons/wc_icon.png)!important;background-repeat:no-repeat!important;background-position:center!important;}

View File

@ -45,3 +45,10 @@
} }
} }
} }
/* Editor button */
span.mce_woocommerce_shortcodes_button {
background-image: url(../images/icons/wc_icon.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
}