mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 13:02:57 +00:00
Move to the double-'::' notation for -moz-tree-* pseudo-elements in browser/.
Bug 211657, r+sr=dbaron
This commit is contained in:
parent
3e5d658024
commit
37c20026e0
@ -556,7 +556,7 @@ statusbarpanel#statusbar-display {
|
||||
|
||||
/* ::::: autocomplete ::::: */
|
||||
|
||||
.autocomplete-treebody:-moz-tree-cell-text(treecolAutoCompleteComment) {
|
||||
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
|
||||
color: #555566;
|
||||
}
|
||||
|
||||
|
@ -10,7 +10,7 @@ bookmarks-tree[type="folders"] {
|
||||
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksTree.xml#bookmarks-tree-folders");
|
||||
}
|
||||
|
||||
treechildren:-moz-tree-image(Name) {
|
||||
treechildren::-moz-tree-image(Name) {
|
||||
width:16px;
|
||||
height:16px;
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ download {
|
||||
min-height: 25px;
|
||||
}
|
||||
|
||||
#downloadHistoryView > treechildren:-moz-tree-image(Name) {
|
||||
#downloadHistoryView > treechildren::-moz-tree-image(Name) {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user