mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
82 lines
2.8 KiB
CSS
Executable File
82 lines
2.8 KiB
CSS
Executable File
window {
|
|
display: block;
|
|
background-color: white;
|
|
width: 100%;
|
|
}
|
|
|
|
treecol[sortActive="true"] {
|
|
background-color: lightgray;
|
|
}
|
|
|
|
titledbutton {
|
|
display: inline;
|
|
color:black;
|
|
border: 0px outset white;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
text-align: center;
|
|
font: inherit;
|
|
background-color: inherit;
|
|
background-image: inherit;
|
|
}
|
|
|
|
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("chrome://bookmarks/skin/bookmark-folder-closed.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("chrome://bookmarks/skin/bookmark-folder-open.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("chrome://bookmarks/skin/personal-folder-closed.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("chrome://bookmarks/skin/personal-folder-open.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("chrome://bookmarks/skin/bookmark-item.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("chrome://bookmarks/skin/ieFavorite.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("chrome://bookmarks/skin/bookmark-item.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/folder-open.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/folder-closed.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/article.gif");
|
|
}
|
|
|
|
treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/folder-open.gif");
|
|
}
|
|
|
|
treeitem[container="true"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/folder-closed.gif");
|
|
}
|
|
|
|
treeitem > treerow > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/document.gif");
|
|
}
|
|
|
|
titledbutton#bookmarks {
|
|
list-style-image:url("chrome://bookmarks/skin/bookmark-item.gif");
|
|
}
|