mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Editor: utilize the new "formats" option in TinyMCE, fix errors in IE when pressing Enter inside a caption box, fix resizing of the caption box when the user soft-resizes the image in the editor, fixes #12574
git-svn-id: https://develop.svn.wordpress.org/trunk@16090 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -848,7 +848,7 @@ table.widefat .spam a:hover,
|
||||
.wp_themeSkin a.mceButtonEnabled:hover,
|
||||
.wp_themeSkin a.mceButtonActive,
|
||||
.wp_themeSkin a.mceButtonSelected {
|
||||
background-color: #d5d5d5;
|
||||
background: #d5d5d5;
|
||||
border-color: #777 !important;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -840,7 +840,7 @@ table.widefat .spam a:hover,
|
||||
.wp_themeSkin a.mceButtonEnabled:hover,
|
||||
.wp_themeSkin a.mceButtonActive,
|
||||
.wp_themeSkin a.mceButtonSelected {
|
||||
background-color: #d5d5d5;
|
||||
background: #d5d5d5;
|
||||
border-color: #777 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user