This commit is contained in:
putterman%netscape.com 1999-07-20 06:36:54 +00:00
Родитель 94b703fd6b
Коммит df34866195
1 изменённых файлов: 19 добавлений и 14 удалений

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

@ -983,20 +983,7 @@ box splitter[collapse="after"] grippy {
list-style-image: url(resource:/res/toolbar/grippy-horizontal-after.gif);
}
titledbutton.twisty
{
visibility: hidden;
}
treeitem [open="true"][container="true"]> treerow > treecell > titledbutton.twisty {
vertical-align: bottom;
height: 16px;
width: 16px;
list-style-image: url("chrome:/global/skin/opentwisty.gif");
visibility: visible;
}
treeitem [container="true"] > treerow > treecell > titledbutton.twisty {
treeitem > treerow > treecell > titledbutton.twisty {
vertical-align: bottom;
height: 16px;
width: 16px;
@ -1004,3 +991,21 @@ treeitem [container="true"] > treerow > treecell > titledbutton.twisty {
visibility: visible;
}
treeitem [empty="true"]> treerow > treecell > titledbutton.twisty {
visibility: hidden;
}
treeitem [empty="true"][open="true"]> treerow > treecell > titledbutton.twisty {
visibility: hidden;
}
treeitem [open="true"]> treerow > treecell > titledbutton.twisty {
vertical-align: bottom;
height: 16px;
width: 16px;
list-style-image: url("chrome:/global/skin/opentwisty.gif");
visibility: visible;
}