Bug 307969 - Resize arrow mouse pointer only points in one direction. patch by Stefan <stefanh@bluebottle.com>, r=kevin, b181=me.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194398 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
splitter {
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
cursor: e-resize;
|
||||
cursor: ew-resize;
|
||||
min-width: 9px;
|
||||
min-height: 9px;
|
||||
background: url("chrome://global/skin/splitter/dimple.png") transparent no-repeat center;
|
||||
@@ -56,7 +56,7 @@ splitter {
|
||||
/* ::::: splitter (horizontal) ::::: */
|
||||
|
||||
splitter[orient="vertical"] {
|
||||
cursor: n-resize;
|
||||
cursor: ns-resize;
|
||||
min-width: 0px;
|
||||
min-height: 9px;
|
||||
min-width: 9px;
|
||||
|
||||
Reference in New Issue
Block a user