mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 474693 - cursor (pointer) over scrollcorner is the wrong one (ugly nwse-resize instead of good se-resize); r=dao
This commit is contained in:
parent
b670a0d96a
commit
33c4758fba
@ -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;
|
||||
}
|
||||
|
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user