Landing bookmarks branch. Everything except mozilla/xpfe

Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
This commit is contained in:
varga%netscape.com 2007-09-06 22:01:43 +00:00
Родитель a9d6dec534
Коммит 4b08c645a4
2 изменённых файлов: 26 добавлений и 0 удалений

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

@ -87,3 +87,16 @@ treechildren:-moz-tree-twisty(group,hidetwisty) {
treechildren:-moz-tree-image(Name, container, group) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
}
treechildren:-moz-tree-image(Name, separator) {
list-style-image: none;
}
treechildren:-moz-tree-cell-text(Name, separator) {
color: ThreeDShadow;
margin: 0px 5px 0px 5px;
}
treechildren:-moz-tree-cell-text(Name, separator, selected, focus) {
color: HighlightText;
}

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

@ -71,3 +71,16 @@ treechildren:-moz-tree-twisty(group, hidetwisty) {
treechildren:-moz-tree-image(Name, container, group) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
}
treechildren:-moz-tree-image(Name, separator) {
list-style-image: none;
}
treechildren:-moz-tree-cell-text(Name, separator) {
color: #808080;
margin: 0px 5px 0px 5px;
}
treechildren:-moz-tree-cell-text(Name, separator, selected, focus) {
color: #FFFFFF;
}