Back out unintentional changes from bug 554072

This commit is contained in:
Neil Deakin 2010-03-24 11:28:44 -04:00
Родитель 79b8f82a99
Коммит d39f70bf61
2 изменённых файлов: 10 добавлений и 8 удалений

Просмотреть файл

@ -1,9 +1,5 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
resizer {
-moz-appearance: resizer;
}
resizer[dir="top"],
resizer[dir="bottom"] {
cursor: ns-resize;
@ -31,3 +27,8 @@ resizer[dir="bottomleft"],
resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
cursor: sw-resize;
}
resizer[dir="bottomright"]:-moz-locale-dir(ltr),
resizer[dir="bottomend"] {
-moz-appearance: resizer;
}

Просмотреть файл

@ -1,9 +1,5 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
resizer {
-moz-appearance: resizer;
}
resizer[dir="top"],
resizer[dir="bottom"] {
cursor: ns-resize;
@ -31,3 +27,8 @@ resizer[dir="bottomleft"],
resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
cursor: sw-resize;
}
resizer[dir="bottomright"]:-moz-locale-dir(ltr),
resizer[dir="bottomend"] {
-moz-appearance: resizer;
}