From 1ed853f7bb9f58af09e55e207534ecb10bcbe286 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 3 Dec 2012 13:09:49 -0500 Subject: [PATCH] Dialog: Adjust southeast resize handle to not be visible and more closely match other resize handles. Fixes #4575 - Dialog: Scrollbar is difficult to use with overflow content and resize handle. --- themes/base/jquery.ui.dialog.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css index 370c95da5..61ce01c6a 100644 --- a/themes/base/jquery.ui.dialog.css +++ b/themes/base/jquery.ui.dialog.css @@ -60,10 +60,10 @@ cursor: pointer; } .ui-dialog .ui-resizable-se { - width: 14px; - height: 14px; - right: 3px; - bottom: 3px; + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; } .ui-draggable .ui-dialog-titlebar { cursor: move; -- 2.39.5