TinyMCE: fix styling in the Charmap modal so the click targets are as large as the table cells. Remove the "Close" button and close the modal after inserting the special char. Fixes #27107.
Built from https://develop.svn.wordpress.org/trunk@27165 git-svn-id: http://core.svn.wordpress.org/trunk@27031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -100,6 +100,17 @@ div.mce-statusbar {
|
||||
margin-right: -16px;
|
||||
}
|
||||
|
||||
/* Charmap modal */
|
||||
.mce-charmap td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mce-charmap td div {
|
||||
width: 18px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
.mce-toolbar .mce-ico {
|
||||
color: #777;
|
||||
|
||||
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -100,6 +100,17 @@ div.mce-statusbar {
|
||||
margin-left: -16px;
|
||||
}
|
||||
|
||||
/* Charmap modal */
|
||||
.mce-charmap td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mce-charmap td div {
|
||||
width: 18px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
.mce-toolbar .mce-ico {
|
||||
color: #777;
|
||||
|
||||
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user