use the triangle for mail ui twisty and the +/- for advanced options.

This commit is contained in:
scott%scott-macgregor.org 2003-08-09 01:19:14 +00:00
Родитель 8a650516a7
Коммит 193536cd1f
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -166,11 +166,11 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
.addresstwisty {
margin: 2px;
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif");
}
.addresstwisty[open] {
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
list-style-image: url("chrome://messenger/skin/icons/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://global/skin/tree/twisty-open.gif");
list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif");
}
.collapsedHeaderViewButton {
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
list-style-image: url("chrome://messenger/skin/icons/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://global/skin/tree/twisty-clsd.gif");
list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif");
}
treechildren::-moz-tree-twisty(open) {
width: 10px; /* The image's width is 9 pixels */
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif");
}
treechildren::-moz-tree-indentation {