Fix cursor style for the resize handle of the editor, props avryl, see #27595, for trunk.

Built from https://develop.svn.wordpress.org/trunk@28186


git-svn-id: http://core.svn.wordpress.org/trunk@28017 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-04-22 21:48:15 +00:00
parent f81a107cee
commit 571353164f
4 changed files with 4 additions and 4 deletions

View File

@ -355,7 +355,7 @@ td.plugin-title p {
#content-resize-handle {
background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
width: 12px;
cursor: n-resize;
cursor: row-resize;
}
.rtl #content-resize-handle {

View File

@ -355,7 +355,7 @@ td.plugin-title p {
#content-resize-handle {
background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
width: 12px;
cursor: n-resize;
cursor: row-resize;
}
.rtl #content-resize-handle {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long