mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
TinyMCE: fix icons in IE7, fixes #27829
Built from https://develop.svn.wordpress.org/trunk@28142 git-svn-id: http://core.svn.wordpress.org/trunk@27973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d46037e0b5
commit
55e3a1101a
@ -615,6 +615,70 @@ input[type="password"],
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
/* TinyMCE icons */
|
||||
.mce-btn i.mce-i-bold,
|
||||
.mce-btn i.mce-i-italic,
|
||||
.mce-btn i.mce-i-bullist,
|
||||
.mce-btn i.mce-i-numlist,
|
||||
.mce-btn i.mce-i-blockquote,
|
||||
.mce-btn i.mce-i-alignleft,
|
||||
.mce-btn i.mce-i-aligncenter,
|
||||
.mce-btn i.mce-i-alignright,
|
||||
.mce-btn i.mce-i-link,
|
||||
.mce-btn i.mce-i-unlink,
|
||||
.mce-btn i.mce-i-wp_more,
|
||||
.mce-btn i.mce-i-strikethrough,
|
||||
.mce-btn i.mce-i-spellchecker,
|
||||
.mce-btn i.mce-i-fullscreen,
|
||||
.mce-btn i.mce-i-wp_fullscreen,
|
||||
.mce-btn i.mce-i-wp_adv,
|
||||
.mce-btn i.mce-i-underline,
|
||||
.mce-btn i.mce-i-alignjustify,
|
||||
.mce-btn i.mce-i-forecolor,
|
||||
.mce-btn i.mce-i-pastetext,
|
||||
.mce-btn i.mce-i-pasteword,
|
||||
.mce-btn i.mce-i-removeformat,
|
||||
.mce-btn i.mce-i-charmap,
|
||||
.mce-btn i.mce-i-outdent,
|
||||
.mce-btn i.mce-i-indent,
|
||||
.mce-btn i.mce-i-undo,
|
||||
.mce-btn i.mce-i-redo,
|
||||
.mce-btn i.mce-i-help,
|
||||
.mce-btn i.mce-i-wp_help,
|
||||
.mce-btn i.mce-i-wp-media-library,
|
||||
.mce-btn i.mce-i-ltr,
|
||||
.mce-btn i.mce-i-wp_page,
|
||||
.mce-btn i.mce-i-hr,
|
||||
.mce-close {
|
||||
font-family: 'tinymce', Arial;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
font-size: 16px;
|
||||
margin-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.mce-btn i.mce-i-wp_fullscreen,
|
||||
.qt-fullscreen {
|
||||
-ie7-icon: '\e023';
|
||||
}
|
||||
|
||||
.mce-btn i.mce-i-wp_more,
|
||||
.mce-btn i.mce-i-wp_page {
|
||||
-ie7-icon: '\e027';
|
||||
}
|
||||
|
||||
.mce-btn i.mce-i-wp_adv {
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
.mce-btn i.mce-i-help,
|
||||
.mce-btn i.mce-i-wp_help {
|
||||
-ie7-icon: '\e016';
|
||||
}
|
||||
|
||||
|
||||
/* IE6 leftovers */
|
||||
* html .row-actions {
|
||||
visibility: visible;
|
||||
|
2
wp-admin/css/ie-rtl.min.css
vendored
2
wp-admin/css/ie-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -615,6 +615,70 @@ input[type="password"],
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
/* TinyMCE icons */
|
||||
.mce-btn i.mce-i-bold,
|
||||
.mce-btn i.mce-i-italic,
|
||||
.mce-btn i.mce-i-bullist,
|
||||
.mce-btn i.mce-i-numlist,
|
||||
.mce-btn i.mce-i-blockquote,
|
||||
.mce-btn i.mce-i-alignleft,
|
||||
.mce-btn i.mce-i-aligncenter,
|
||||
.mce-btn i.mce-i-alignright,
|
||||
.mce-btn i.mce-i-link,
|
||||
.mce-btn i.mce-i-unlink,
|
||||
.mce-btn i.mce-i-wp_more,
|
||||
.mce-btn i.mce-i-strikethrough,
|
||||
.mce-btn i.mce-i-spellchecker,
|
||||
.mce-btn i.mce-i-fullscreen,
|
||||
.mce-btn i.mce-i-wp_fullscreen,
|
||||
.mce-btn i.mce-i-wp_adv,
|
||||
.mce-btn i.mce-i-underline,
|
||||
.mce-btn i.mce-i-alignjustify,
|
||||
.mce-btn i.mce-i-forecolor,
|
||||
.mce-btn i.mce-i-pastetext,
|
||||
.mce-btn i.mce-i-pasteword,
|
||||
.mce-btn i.mce-i-removeformat,
|
||||
.mce-btn i.mce-i-charmap,
|
||||
.mce-btn i.mce-i-outdent,
|
||||
.mce-btn i.mce-i-indent,
|
||||
.mce-btn i.mce-i-undo,
|
||||
.mce-btn i.mce-i-redo,
|
||||
.mce-btn i.mce-i-help,
|
||||
.mce-btn i.mce-i-wp_help,
|
||||
.mce-btn i.mce-i-wp-media-library,
|
||||
.mce-btn i.mce-i-ltr,
|
||||
.mce-btn i.mce-i-wp_page,
|
||||
.mce-btn i.mce-i-hr,
|
||||
.mce-close {
|
||||
font-family: 'tinymce', Arial;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
font-size: 16px;
|
||||
margin-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.mce-btn i.mce-i-wp_fullscreen,
|
||||
.qt-fullscreen {
|
||||
-ie7-icon: '\e023';
|
||||
}
|
||||
|
||||
.mce-btn i.mce-i-wp_more,
|
||||
.mce-btn i.mce-i-wp_page {
|
||||
-ie7-icon: '\e027';
|
||||
}
|
||||
|
||||
.mce-btn i.mce-i-wp_adv {
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
.mce-btn i.mce-i-help,
|
||||
.mce-btn i.mce-i-wp_help {
|
||||
-ie7-icon: '\e016';
|
||||
}
|
||||
|
||||
|
||||
/* IE6 leftovers */
|
||||
* html .row-actions {
|
||||
visibility: visible;
|
||||
|
2
wp-admin/css/ie.min.css
vendored
2
wp-admin/css/ie.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user