update both themes for toolkit winstripe changed up to 2010-06-19
[themes.git] / LCARStrek / global / resizer.css
CommitLineData
18f5421a
RK
1@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2
235a0406 3/*
c0fb45ea
RK
4resizer {
5 background-color: #000000;
6}
235a0406 7*/
c0fb45ea 8
18f5421a
RK
9resizer[dir="top"],
10resizer[dir="bottom"] {
11 cursor: ns-resize;
12}
13
14resizer[dir="left"],
15resizer[dir="right"] {
16 cursor: ew-resize;
17}
18
19resizer[dir="topleft"] {
20 cursor: nw-resize;
21}
22
23resizer[dir="bottomright"],
24resizer[dir="bottomend"]:-moz-locale-dir(ltr) {
25 cursor: se-resize;
26}
27
28resizer[dir="topright"] {
29 cursor: ne-resize;
30}
31
32resizer[dir="bottomleft"],
33resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
34 cursor: sw-resize;
35}
36
37resizer[dir="bottomright"]:-moz-locale-dir(ltr),
38resizer[dir="bottomend"] {
c0fb45ea
RK
39 background-image: url("chrome://global/skin/icons/resizer.png");
40 background-position: bottom right;
41 width: 15px;
42 height: 15px;
18f5421a 43}