Bug 459546 - Make about:sessionrestore look good on all platforms, Mac part. Also fixes bug 459740. r=zeniko

This commit is contained in:
Markus Stange 2008-10-29 15:20:18 +01:00
Родитель 5140c8eed4
Коммит eb911ecb80
4 изменённых файлов: 4 добавлений и 16 удалений

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

@ -37,7 +37,7 @@
%endif
#errorPageContainer {
background-image: url("chrome://global/skin/icons/question-48.png");
background-image: url("chrome://global/skin/icons/question-64.png");
}
#tabList {
@ -57,11 +57,7 @@ treechildren::-moz-tree-image(noicon) {
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
}
treechildren::-moz-tree-image(container, noicon) {
list-style-image: url("chrome://global/skin/icons/folder-item.png");
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
treechildren::-moz-tree-image(container, open, noicon) {
-moz-image-region: rect(16px, 32px, 32px, 16px);
list-style-image: url("chrome://global/skin/tree/folder.png");
}
treechildren::-moz-tree-image(checked) {
list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
@ -70,16 +66,6 @@ treechildren::-moz-tree-image(partial) {
list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
}
treechildren::-moz-tree-row(odd) {
background-color: -moz-field;
}
treechildren::-moz-tree-row(alternate) {
background-color: -moz-oddtreerow;
}
treechildren::-moz-tree-row(alternate, selected) {
background-color: -moz-mac-secondaryhighlight;
}
#buttons {
width: 100%;
}

Двоичные данные
toolkit/themes/pinstripe/global/checkbox/cbox-check-dis.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 60 B

Двоичные данные
toolkit/themes/pinstripe/global/checkbox/cbox-check.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 54 B

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

@ -77,6 +77,8 @@ classic.jar:
+ skin/classic/global/arrow/arrow-up-sharp.gif (arrow/arrow-up-sharp.gif)
+ skin/classic/global/arrow/arrow-up.gif (arrow/arrow-up.gif)
+ skin/classic/global/arrow/arrow-up.png (arrow/arrow-up.png)
+ skin/classic/global/checkbox/cbox-check.gif (checkbox/cbox-check.gif)
+ skin/classic/global/checkbox/cbox-check-dis.gif (checkbox/cbox-check-dis.gif)
+ skin/classic/global/console/console-toolbar.png (console/console-toolbar.png)
+ skin/classic/global/console/console-bullets.png (console/console-bullets.png)
+ skin/classic/global/console/console-error-caret.gif (console/console-error-caret.gif)