first part of syncing LCARStrek with Firefox 54 browser windows theme changes
[themes.git] / LCARStrek / global / resizer.css
CommitLineData
18f5421a
RK
1@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2
c0fb45ea 3resizer {
f0c3317f 4 background: url("chrome://global/skin/icons/resizer.png") no-repeat;
a7145e95 5 background-size: 100% 100%;
f0c3317f
RK
6 cursor: se-resize;
7 width: 15px;
8 height: 15px;
9}
10
11resizer[rtl="true"],
12resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
71a617ff 13 transform: scaleX(-1);
f0c3317f
RK
14}
15
154ee8b3
RK
16resizer[dir="left"],
17resizer[dir="bottomleft"],
18resizer[dir="bottomstart"] {
71a617ff 19 transform: scaleX(-1);
154ee8b3
RK
20}
21
f0c3317f 22resizer[dir="bottomleft"],
154ee8b3 23resizer[dir="bottomstart"]:not([rtl="true"]):not(:-moz-locale-dir(rtl)),
f0c3317f
RK
24resizer[dir="bottomend"][rtl="true"] {
25 cursor: sw-resize;
c0fb45ea
RK
26}
27
18f5421a
RK
28resizer[dir="top"],
29resizer[dir="bottom"] {
30 cursor: ns-resize;
31}
32
33resizer[dir="left"],
34resizer[dir="right"] {
35 cursor: ew-resize;
36}
37
38resizer[dir="topleft"] {
39 cursor: nw-resize;
40}
41
18f5421a
RK
42resizer[dir="topright"] {
43 cursor: ne-resize;
44}