2009-01-18 10:28:19 +00:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
|
|
|
resizer[dir="top"],
|
|
|
|
resizer[dir="bottom"] {
|
|
|
|
cursor: ns-resize;
|
|
|
|
}
|
|
|
|
|
|
|
|
resizer[dir="left"],
|
|
|
|
resizer[dir="right"] {
|
|
|
|
cursor: ew-resize;
|
|
|
|
}
|
|
|
|
|
2009-01-30 08:13:16 +00:00
|
|
|
resizer[dir="topleft"] {
|
|
|
|
cursor: nw-resize;
|
|
|
|
}
|
|
|
|
|
2009-01-18 10:28:19 +00:00
|
|
|
resizer[dir="bottomright"],
|
2009-07-29 18:33:53 +00:00
|
|
|
resizer[dir="bottomend"]:-moz-locale-dir(ltr) {
|
2009-01-30 08:13:16 +00:00
|
|
|
cursor: se-resize;
|
|
|
|
}
|
|
|
|
|
|
|
|
resizer[dir="topright"] {
|
|
|
|
cursor: ne-resize;
|
2009-01-18 10:28:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
resizer[dir="bottomleft"],
|
2009-07-29 18:33:53 +00:00
|
|
|
resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
|
2009-01-30 08:13:16 +00:00
|
|
|
cursor: sw-resize;
|
2009-01-18 10:28:19 +00:00
|
|
|
}
|
2010-03-24 15:28:44 +00:00
|
|
|
|
|
|
|
resizer[dir="bottomright"]:-moz-locale-dir(ltr),
|
|
|
|
resizer[dir="bottomend"] {
|
|
|
|
-moz-appearance: resizer;
|
|
|
|
}
|