Move to the double-'::' notation for -moz-tree-* pseudo-elements in browser/.

Bug 211657, r+sr=dbaron
This commit is contained in:
bzbarsky%mit.edu 2003-07-07 22:18:42 +00:00
parent 3e5d658024
commit 37c20026e0
3 changed files with 3 additions and 3 deletions

View File

@ -556,7 +556,7 @@ statusbarpanel#statusbar-display {
/* ::::: autocomplete ::::: */
.autocomplete-treebody:-moz-tree-cell-text(treecolAutoCompleteComment) {
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
color: #555566;
}

View File

@ -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;
}

View File

@ -12,7 +12,7 @@ download {
min-height: 25px;
}
#downloadHistoryView > treechildren:-moz-tree-image(Name) {
#downloadHistoryView > treechildren::-moz-tree-image(Name) {
margin-right: 2px;
}