From 70390c48f546a382f6957931cba9fa4075cfa4e4 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Sun, 8 Jun 2014 19:47:00 +0000 Subject: [PATCH] Properly indicate with the cursor that the editor can be vertically resized using the entire info bar, not just the handle displayed in the corner. props torresga. fixes #28420. git-svn-id: https://develop.svn.wordpress.org/trunk@28703 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 646384efef..bd7f17a4e5 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -337,6 +337,7 @@ td.plugin-title p { background-color: #f7f7f7; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); box-shadow: 0 1px 1px rgba(0,0,0,0.04); + cursor: row-resize; } #post-status-info td { @@ -355,7 +356,6 @@ td.plugin-title p { #content-resize-handle { background: transparent url(../images/resize.gif) no-repeat scroll right bottom; width: 12px; - cursor: row-resize; } .rtl #content-resize-handle {