зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
a723b0678b
Коммит
c3512524d3
|
@ -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"],
|
||||
|
|
Загрузка…
Ссылка в новой задаче