зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
a9d6dec534
Коммит
4b08c645a4
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче