Replace twisty icons for tree controls in thunderbird with the +/- images

This commit is contained in:
scott%scott-macgregor.org 2003-11-16 04:32:59 +00:00
Родитель 164884a05e
Коммит eb7b3a2a6f
4 изменённых файлов: 6 добавлений и 6 удалений

Двоичные данные
mail/base/skin/icons/twisty-clsd.gif

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

До

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

Двоичные данные
mail/base/skin/icons/twisty-open.gif

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

До

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

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

@ -166,11 +166,11 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
.addresstwisty {
margin: 2px;
list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif");
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
}
.addresstwisty[open] {
list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif");
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}
/* ::::: view expand and collapse twisties ::::: */
@ -181,11 +181,11 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
}
.expandHeaderViewButton {
list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif");
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}
.collapsedHeaderViewButton {
list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif");
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
}
/* ::::: collapsed view styles ::::: */

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

@ -265,12 +265,12 @@ treechildren::-moz-tree-column(insertafter) {
treechildren::-moz-tree-twisty {
padding-right: 2px;
width: 10px; /* The image's width is 9 pixels */
list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif");
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
}
treechildren::-moz-tree-twisty(open) {
width: 10px; /* The image's width is 9 pixels */
list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif");
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}
treechildren::-moz-tree-indentation {