mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Fixing bookmark separators.
I can't believe that bookmark specifix CSS lives in tree.css!
This commit is contained in:
parent
a91a8a871d
commit
c89f445add
@ -842,7 +842,9 @@
|
||||
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
||||
<treechildren>
|
||||
<treeitem uri="rdf:*">
|
||||
<treerow properties="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type separator"/>
|
||||
<treerow properties="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type separator">
|
||||
<treecell properties="separator" label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
</treechildren>
|
||||
</rule>
|
||||
@ -951,7 +953,9 @@
|
||||
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
||||
<treechildren>
|
||||
<treeitem uri="rdf:*">
|
||||
<treerow properties="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type separator" />
|
||||
<treerow properties="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type separator">
|
||||
<treecell properties="separator" label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
</treechildren>
|
||||
</rule>
|
||||
|
@ -281,3 +281,19 @@ treechildren:-moz-tree-image(Name, open) {
|
||||
treechildren:-moz-tree-twisty(group, hidetwisty) {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
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…
x
Reference in New Issue
Block a user