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

git-svn-id: https://develop.svn.wordpress.org/trunk@28186 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-04-22 21:47:33 +00:00
parent db22ae4e32
commit 5bbe3ef38d
1 changed files with 1 additions and 1 deletions

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 {