mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
Add styles for folders in available panels list.
Using bookmark icons for now. r=mcafee
This commit is contained in:
parent
1b15637cc5
commit
406ac8bd19
@ -60,3 +60,22 @@ titledbutton.down {
|
||||
titledbutton.down[disabled="true"] {
|
||||
list-style-image:url("chrome://sidebar/skin/list-down-dis.gif");
|
||||
}
|
||||
|
||||
treeitem > treerow > treecell > .tree-icon
|
||||
{
|
||||
list-style-image: url("chrome://bookmarks/skin/bookmark-item.gif");
|
||||
}
|
||||
|
||||
treeitem[container="true"] > treerow > treecell > .tree-icon
|
||||
{
|
||||
list-style-image: url("chrome://bookmarks/skin/bookmark-folder-closed.gif");
|
||||
}
|
||||
|
||||
treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon
|
||||
{
|
||||
list-style-image: url("chrome://bookmarks/skin/bookmark-folder-open.gif");
|
||||
}
|
||||
|
||||
treeitem > treerow > treecell > .tree-icon > .twisty{
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user