From 5bbe3ef38d7beb9f1a1415dc9ea73633b352ced8 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 22 Apr 2014 21:47:33 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/edit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css index ad7746fd63..646384efef 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -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 {