Bug 334669 - bookmark separators have an icon overlaid over it. patch from onemen.one@gmail.com, r=me.

This commit is contained in:
mozilla.mano@sent.com 2007-11-06 21:09:40 -08:00
Родитель 5960cd9d33
Коммит 5ae1bc33dd
1 изменённых файлов: 5 добавлений и 27 удалений

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

@ -35,22 +35,16 @@ treechildren::-moz-tree-image {
margin: 0px 2px;
}
treechildren::-moz-tree-image(title) {
list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
-moz-image-region: rect(0px, 16px, 16px, 0px);
width: 16px;
height: 16px;
}
treechildren::-moz-tree-image(title, container) {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
treechildren::-moz-tree-image(title, livemark\/bookmarkFeedURI) {
list-style-image: url("chrome://browser/skin/livemark-item.png") !important;
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
treechildren::-moz-tree-image(title, container) {
list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
treechildren::-moz-tree-image(title, open) {
-moz-image-region: rect(16px, 32px, 32px, 16px);
}
@ -64,22 +58,6 @@ treechildren::-moz-tree-cell-text(date, session-continue) {
color: -moz-Field;
}
treechildren::-moz-tree-image(title, separator) {
list-style-image: none;
width: 0px !important;
height: 0px !important;
margin: 0px;
}
treechildren::-moz-tree-cell-text(title, separator) {
color: ThreeDShadow;
margin: 0px 5px;
}
treechildren::-moz-tree-cell-text(title, separator, selected, focus) {
color: HighlightText;
}
/* Command Bar */
.commands {
padding-bottom: 5px;