зеркало из https://github.com/mozilla/pjs.git
Make twisties work correctly.
This commit is contained in:
Родитель
94b703fd6b
Коммит
df34866195
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче