mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Bug 231237 - MacOSX Incorrectly displayed separator on Bookmark Manager and Sidebar
This commit is contained in:
parent
19907f20c9
commit
3ea5682d31
@ -269,4 +269,21 @@ treechildren::-moz-tree-image(Name) {
|
||||
treechildren::-moz-tree-image(Name, container) {
|
||||
list-style-image: url("chrome://global/skin/tree/folder.png");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(Name, separator) {
|
||||
list-style-image: none;
|
||||
width: 0px !important;
|
||||
height: 0px !important;
|
||||
margin: 0px 0px;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user