Fix cursor style for the resize handle of the editor.
Merges [28186] for the 3.9 branch. props avryl. fixes #27595. Built from https://develop.svn.wordpress.org/branches/3.9@28201 git-svn-id: http://core.svn.wordpress.org/branches/3.9@28031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
653bc12e2b
commit
fe6fdac4c1
|
@ -355,7 +355,7 @@ td.plugin-title p {
|
||||||
#content-resize-handle {
|
#content-resize-handle {
|
||||||
background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
|
background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
cursor: n-resize;
|
cursor: row-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #content-resize-handle {
|
.rtl #content-resize-handle {
|
||||||
|
|
|
@ -355,7 +355,7 @@ td.plugin-title p {
|
||||||
#content-resize-handle {
|
#content-resize-handle {
|
||||||
background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
|
background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
cursor: n-resize;
|
cursor: row-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #content-resize-handle {
|
.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
Loading…
Reference in New Issue