mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Added bookmark images and style rules to apply them.
This commit is contained in:
parent
99d381c9a4
commit
e991120721
BIN
rdf/resources/article.gif
Normal file
BIN
rdf/resources/article.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 B |
BIN
rdf/resources/bookmark-folder-closed.gif
Normal file
BIN
rdf/resources/bookmark-folder-closed.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 918 B |
BIN
rdf/resources/bookmark-folder-open.gif
Normal file
BIN
rdf/resources/bookmark-folder-open.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 931 B |
BIN
rdf/resources/bookmark-item.gif
Normal file
BIN
rdf/resources/bookmark-item.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 138 B |
@ -4,12 +4,18 @@ window {
|
||||
|
||||
tree {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
background-color: #FFFFFF;
|
||||
border: none;
|
||||
border-spacing: 0px;
|
||||
// border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
// width: 100%;
|
||||
}
|
||||
|
||||
treecol {
|
||||
display: table-column;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
treeitem {
|
||||
display: table-row;
|
||||
@ -25,6 +31,8 @@ treebody {
|
||||
|
||||
treecell {
|
||||
display: table-cell;
|
||||
font-family: Verdana, Sans-Serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
treehead treeitem treecell {
|
||||
@ -34,5 +42,19 @@ treehead treeitem treecell {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
treeitem[selected="true"] > treecell {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/rdf/bookmark-folder-closed.gif");
|
||||
}
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/rdf/bookmark-folder-open.gif");
|
||||
}
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/rdf/bookmark-folder-closed.gif");
|
||||
}
|
||||
|
||||
|
||||
|
BIN
rdf/resources/collapser.gif
Normal file
BIN
rdf/resources/collapser.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 B |
BIN
rdf/resources/expander.gif
Normal file
BIN
rdf/resources/expander.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 B |
Loading…
Reference in New Issue
Block a user