From 33c4758fba8b53fcdcf6af2791573f7003eb97e5 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Fri, 30 Jan 2009 11:43:16 +0330 Subject: [PATCH] Bug 474693 - cursor (pointer) over scrollcorner is the wrong one (ugly nwse-resize instead of good se-resize); r=dao --- toolkit/themes/pinstripe/global/resizer.css | 18 ++++++++++++------ toolkit/themes/winstripe/global/resizer.css | 18 ++++++++++++------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/toolkit/themes/pinstripe/global/resizer.css b/toolkit/themes/pinstripe/global/resizer.css index e8cbbb59b5e..728f7b1da85 100644 --- a/toolkit/themes/pinstripe/global/resizer.css +++ b/toolkit/themes/pinstripe/global/resizer.css @@ -10,14 +10,20 @@ resizer[dir="right"] { cursor: ew-resize; } -resizer[dir="topleft"], -resizer[dir="bottomright"], -resizer[dir="bottomend"][chromedir="ltr"] { - cursor: nwse-resize; +resizer[dir="topleft"] { + cursor: nw-resize; +} + +resizer[dir="bottomright"], +resizer[dir="bottomend"][chromedir="ltr"] { + cursor: se-resize; +} + +resizer[dir="topright"] { + cursor: ne-resize; } -resizer[dir="topright"], resizer[dir="bottomleft"], resizer[dir="bottomend"][chromedir="rtl"] { - cursor: nesw-resize; + cursor: sw-resize; } diff --git a/toolkit/themes/winstripe/global/resizer.css b/toolkit/themes/winstripe/global/resizer.css index bf44ceac784..cf1fb39c4e6 100644 --- a/toolkit/themes/winstripe/global/resizer.css +++ b/toolkit/themes/winstripe/global/resizer.css @@ -10,16 +10,22 @@ resizer[dir="right"] { cursor: ew-resize; } -resizer[dir="topleft"], -resizer[dir="bottomright"], -resizer[dir="bottomend"][chromedir="ltr"] { - cursor: nwse-resize; +resizer[dir="topleft"] { + cursor: nw-resize; +} + +resizer[dir="bottomright"], +resizer[dir="bottomend"][chromedir="ltr"] { + cursor: se-resize; +} + +resizer[dir="topright"] { + cursor: ne-resize; } -resizer[dir="topright"], resizer[dir="bottomleft"], resizer[dir="bottomend"][chromedir="rtl"] { - cursor: nesw-resize; + cursor: sw-resize; } resizer[dir="bottomright"][chromedir="ltr"],