2009-01-18 10:28:19 +00:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
2010-06-21 12:37:35 +00:00
|
|
|
resizer {
|
|
|
|
-moz-appearance: resizer;
|
|
|
|
background: url("chrome://global/skin/icons/resizer.png") no-repeat;
|
|
|
|
cursor: se-resize;
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
|
2010-07-08 15:27:47 +00:00
|
|
|
resizer[type="window"] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2010-06-21 12:37:35 +00:00
|
|
|
resizer[rtl="true"],
|
|
|
|
resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
|
|
|
|
background: url("chrome://global/skin/icons/resizer-rtl.png") no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
resizer[dir="bottomleft"],
|
|
|
|
resizer[dir="bottomend"][rtl="true"] {
|
|
|
|
cursor: sw-resize;
|
|
|
|
}
|
|
|
|
|
2009-01-18 10:28:19 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
resizer[dir="topright"] {
|
|
|
|
cursor: ne-resize;
|
2009-01-18 10:28:19 +00:00
|
|
|
}
|