Moved admin editor CSS to menu.css (always loaded). Closes #1037
This commit is contained in:
parent
cd1adebf83
commit
eabc6af8a9
File diff suppressed because one or more lines are too long
|
@ -160,12 +160,6 @@ input.wc-error {
|
|||
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 */
|
||||
table.wc_status_table {
|
||||
th {
|
||||
|
|
|
@ -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.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;}
|
||||
span.mce_woocommerce_shortcodes_button{background-image:url(../images/icons/wc_icon.png)!important;background-repeat:no-repeat!important;background-position:center!important;}
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue