Improve CSV importer close #50
This commit is contained in:
@@ -60,6 +60,9 @@
|
||||
.sp-icon-smile:before {
|
||||
content: "\f328";
|
||||
}
|
||||
.sp-icon-trash:before {
|
||||
content: "\f153";
|
||||
}
|
||||
|
||||
#adminmenu #toplevel_page_sportspress .toplevel_page_sportspress div.wp-menu-image:before,
|
||||
#adminmenu #menu-posts-sp_event .menu-icon-sp_event div.wp-menu-image:before,
|
||||
@@ -84,12 +87,15 @@
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.sp-prefs .button input[type=checkbox]:before {
|
||||
font: 400 14px/22px sportspress, dashicons;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.sp-prefs .button input[type=checkbox]:not(:checked):before {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
font: 400 21px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
@@ -99,11 +105,9 @@
|
||||
}
|
||||
|
||||
/* TinyMCE */
|
||||
|
||||
.mce-toolbar i.mce-i-sp_shortcodes_button, .mce-toolbar span.mce_sp_shortcodes_button {
|
||||
margin-right: -5px;
|
||||
}
|
||||
|
||||
i.mce-i-sp_shortcodes_button:before, span.mce_sp_shortcodes_button:before {
|
||||
font-family: 'sportspress';
|
||||
speak: none;
|
||||
|
||||
Reference in New Issue
Block a user