keep up with Classic; bump skinVersion to 1.5 and EarlyBlue version to 1.5b (if I...
authorrobert <robert>
Wed, 30 Jul 2003 00:20:32 +0000 (00:20 +0000)
committerrobert <robert>
Wed, 30 Jul 2003 00:20:32 +0000 (00:20 +0000)
25 files changed:
EarlyBlue/browser/browser.css
EarlyBlue/browser/downloads/downloadmanager.css
EarlyBlue/chatzilla/chatzilla.css
EarlyBlue/communicator/bookmarks/bookmarks.css
EarlyBlue/communicator/communicator.css
EarlyBlue/communicator/directory/directory.css
EarlyBlue/contents.rdf
EarlyBlue/editor/EditorDialog.css
EarlyBlue/editor/editorFormatToolbar.css
EarlyBlue/editor/editorPrimaryToolbar.css
EarlyBlue/editor/icons/table.gif
EarlyBlue/global/autocomplete.css
EarlyBlue/global/filepicker.css
EarlyBlue/global/tree.css
EarlyBlue/inspector/viewers/dom/dom.css
EarlyBlue/inspector/viewers/styleRules/styleRules.css
EarlyBlue/messenger/addressbook/abResultsPane.css
EarlyBlue/messenger/addressbook/addressPanes.css
EarlyBlue/messenger/filterDialog.css
EarlyBlue/messenger/folderPane.css
EarlyBlue/messenger/messengercompose/messengercompose.css
EarlyBlue/messenger/subscribe.css
EarlyBlue/messenger/threadPane.css
EarlyBlue/messenger/threadPaneLabels.css
EarlyBlue/navigator/navigator.css

index dfe1903890d08a358a29f88374d2bf1d85713582..7bf8cfc1e058e50da209677a71a5faa4795b1d8a 100644 (file)
@@ -417,7 +417,7 @@ statusbarpanel#statusbar-display {
 
 /* ::::: autocomplete ::::: */
 
 
 /* ::::: autocomplete ::::: */
 
-.autocomplete-treebody:-moz-tree-cell-text(treecolAutoCompleteComment) {
+.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
   color: #336699;
 }
 
   color: #336699;
 }
 
index 346d3b60dede86c1cde919285648d1ac94ac12d3..897665dc93f49046740325fe18d26c27d0601cdc 100644 (file)
@@ -14,7 +14,7 @@ download {
   min-height: 25px;
 }
 
   min-height: 25px;
 }
 
-#downloadHistoryView > treechildren:-moz-tree-image(Name) {
+#downloadHistoryView > treechildren::-moz-tree-image(Name) {
   margin-right: 2px;
 }
 
   margin-right: 2px;
 }
 
index 2a1ae4e50c85e845c1c8a6c3beced7792062cea6..ad0795560688a8f1bcf43048f4d1fa944ecbcd22 100644 (file)
@@ -129,19 +129,19 @@ window {
 }
 
 /* op image column */
 }
 
 /* op image column */
-treechildren:-moz-tree-image(usercol-op, state-true) {
+treechildren::-moz-tree-image(usercol-op, state-true) {
   list-style-image: url(chrome://chatzilla/skin/images/is-op.gif)
 }
 
   list-style-image: url(chrome://chatzilla/skin/images/is-op.gif)
 }
 
-treechildren:-moz-tree-image(usercol-op, state-false) {
+treechildren::-moz-tree-image(usercol-op, state-false) {
   list-style-image: url(chrome://chatzilla/skin/images/isnt-op.gif)
 }
 
 /* voice image column */
   list-style-image: url(chrome://chatzilla/skin/images/isnt-op.gif)
 }
 
 /* voice image column */
-treechildren:-moz-tree-image(usercol-voice, state-true) {
+treechildren::-moz-tree-image(usercol-voice, state-true) {
   list-style-image: url(chrome://chatzilla/skin/images/is-voice.gif)
 }
 
   list-style-image: url(chrome://chatzilla/skin/images/is-voice.gif)
 }
 
-treechildren:-moz-tree-image(usercol-voice, state-false) {
+treechildren::-moz-tree-image(usercol-voice, state-false) {
   list-style-image: url(chrome://chatzilla/skin/images/isnt-voice.gif)
 }
   list-style-image: url(chrome://chatzilla/skin/images/isnt-voice.gif)
 }
index ccd608c4c9cebdfe2bbccf4dfe3c0ac619f513c1..605d951aa6b31a40e26ca8524f54671fa456c976 100644 (file)
  * Style rules for generic bookmarks items. 
  */    
  
  * Style rules for generic bookmarks items. 
  */    
  
-treechildren:-moz-tree-image(Name) {
+treechildren::-moz-tree-image(Name) {
     padding-right: 2px;
 }
  
     padding-right: 2px;
 }
  
-.bookmark-item, treechildren:-moz-tree-image(Name) {
+.bookmark-item, treechildren::-moz-tree-image(Name) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
-.bookmark-item[container="true"], treechildren:-moz-tree-image(Name, container) {
+.bookmark-item[container="true"], treechildren::-moz-tree-image(Name, container) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
 }
 
-.bookmark-item[container="true"][open="true"], treechildren:-moz-tree-image(Name, open) {
+.bookmark-item[container="true"][open="true"], treechildren::-moz-tree-image(Name, open) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
 }
 
@@ -87,23 +87,23 @@ toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker {
   max-height: 16px;
 }
 
   max-height: 16px;
 }
 
-treechildren:-moz-tree-twisty(group, hidetwisty) {
+treechildren::-moz-tree-twisty(group, hidetwisty) {
   list-style-image: none;
 }
 
   list-style-image: none;
 }
 
-treechildren:-moz-tree-image(Name, container, group) {
+treechildren::-moz-tree-image(Name, container, group) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
 }
 
-treechildren:-moz-tree-image(Name, separator) {
+treechildren::-moz-tree-image(Name, separator) {
   list-style-image: none;
 }
 
   list-style-image: none;
 }
 
-treechildren:-moz-tree-cell-text(Name, separator) {
+treechildren::-moz-tree-cell-text(Name, separator) {
   color: #808080;
   margin: 0px 5px 0px 5px;
 }
 
   color: #808080;
   margin: 0px 5px 0px 5px;
 }
 
-treechildren:-moz-tree-cell-text(Name, separator, selected, focus) {
+treechildren::-moz-tree-cell-text(Name, separator, selected, focus) {
   color: #FFFFFF;
 }
   color: #FFFFFF;
 }
index 7614bc0dfa85da04eeb27d1e959447734b8a15ec..5d9990fe0188457aa9334528495dd35670a35e8d 100644 (file)
@@ -85,6 +85,6 @@
 }
 
 /* ::::: download manager ::::: */
 }
 
 /* ::::: download manager ::::: */
-#downloadView > treechildren:-moz-tree-image(Name) {
+#downloadView > treechildren::-moz-tree-image(Name) {
   margin-right: 2px;
 }
   margin-right: 2px;
 }
index 14ab74e2cea8d46cf351f43d4e6c3495cb28875b..9870f05f018dfc05ea7f67b9182f8702d24d5ced 100644 (file)
@@ -53,37 +53,37 @@ page {
   border: none;
 }
 
   border: none;
 }
 
-treechildren:-moz-tree-image(FilenameColumn) {
+treechildren::-moz-tree-image(FilenameColumn) {
   margin-right: 2px;
   list-style-image: url("chrome://communicator/skin/directory/file.gif");
 }
 
   margin-right: 2px;
   list-style-image: url("chrome://communicator/skin/directory/file.gif");
 }
 
-treechildren:-moz-tree-image(FilenameColumn, selected) {
+treechildren::-moz-tree-image(FilenameColumn, selected) {
   margin-right: 2px;
   list-style-image: url("chrome://communicator/skin/directory/file-sel.gif");
 }
 
   margin-right: 2px;
   list-style-image: url("chrome://communicator/skin/directory/file-sel.gif");
 }
 
-treechildren:-moz-tree-image(FilenameColumn, container) {
+treechildren::-moz-tree-image(FilenameColumn, container) {
   list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif");
 }
 
-treechildren:-moz-tree-image(FilenameColumn, container, selected) {
+treechildren::-moz-tree-image(FilenameColumn, container, selected) {
   list-style-image: url("chrome://communicator/skin/directory/folder-closed-sel.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/directory/folder-closed-sel.gif");
 }
 
-treechildren:-moz-tree-image(FilenameColumn, container, open) {
+treechildren::-moz-tree-image(FilenameColumn, container, open) {
   list-style-image: url("chrome://communicator/skin/directory/folder-open.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/directory/folder-open.gif");
 }
 
-treechildren:-moz-tree-image(FilenameColumn, container, open, selected) {
+treechildren::-moz-tree-image(FilenameColumn, container, open, selected) {
   list-style-image: url("chrome://communicator/skin/directory/folder-open-sel.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/directory/folder-open-sel.gif");
 }
 
-treechildren:-moz-tree-image(FilenameColumn, loading) {
+treechildren::-moz-tree-image(FilenameColumn, loading) {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
-treechildren:-moz-tree-cell-text(symbolic-link) {
+treechildren::-moz-tree-cell-text(symbolic-link) {
   font-style: italic;
 }
 
   font-style: italic;
 }
 
index d234047f420108fd384c6e38648816e34417294e..5775ac76209eea189742f88e75c41c13458047bc 100644 (file)
@@ -5,40 +5,40 @@
 
   <!-- List all the skins being supplied by this theme -->
   <RDF:Seq about="urn:mozilla:skin:root">
 
   <!-- List all the skins being supplied by this theme -->
   <RDF:Seq about="urn:mozilla:skin:root">
-    <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.4" />
+    <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5b" />
   </RDF:Seq>
 
   <!-- classic Information -->
   </RDF:Seq>
 
   <!-- classic Information -->
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.4"
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5b"
         chrome:displayName="EarlyBlue"
         chrome:accessKey="E"
         chrome:author="Robert Kaiser - KaiRo.at"
         chrome:description="This theme re-introduces a UI design idea based on early Mozilla milestones. Get more info at http://www.kairo.at/download/"
         chrome:displayName="EarlyBlue"
         chrome:accessKey="E"
         chrome:author="Robert Kaiser - KaiRo.at"
         chrome:description="This theme re-introduces a UI design idea based on early Mozilla milestones. Get more info at http://www.kairo.at/download/"
-        chrome:name="EarlyBlue/1.4"
+        chrome:name="EarlyBlue/1.5b"
         chrome:image="global/preview.png">
     <chrome:packages>
         chrome:image="global/preview.png">
     <chrome:packages>
-      <RDF:Seq about="urn:mozilla:skin:EarlyBlue/1.4:packages">
-        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.4:global"/>
-        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.4:communicator"/>
-        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.4:navigator"/>
-        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.4:messenger"/>
-        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.4:editor"/>
-        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.4:chatzilla"/>
-        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.4:inspector"/>
-        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.4:browser"/>
+      <RDF:Seq about="urn:mozilla:skin:EarlyBlue/1.5b:packages">
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5b:global"/>
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5b:communicator"/>
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5b:navigator"/>
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5b:messenger"/>
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5b:editor"/>
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5b:chatzilla"/>
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5b:inspector"/>
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5b:browser"/>
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
 
   <!-- Version Information.  State that we work only with a certain version of this package. -->
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
 
   <!-- Version Information.  State that we work only with a certain version of this package. -->
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.4:global" chrome:skinVersion="1.2"/>
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.4:communicator" chrome:skinVersion="1.2"/>
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.4:navigator" chrome:skinVersion="1.2"/>
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.4:messenger" chrome:skinVersion="1.2"/>
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.4:editor" chrome:skinVersion="1.2"/>
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5b:global" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5b:communicator" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5b:navigator" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5b:messenger" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5b:editor" chrome:skinVersion="1.5"/>
 <!-- chatzilla hasn't set skinVersion currently
 <!-- chatzilla hasn't set skinVersion currently
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.4:chatzilla" chrome:skinVersion="1.2"/>
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5b:chatzilla" chrome:skinVersion="1.5"/>
 -->
 -->
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.4:inspector" chrome:skinVersion="1.2"/>
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.4:browser" chrome:skinVersion="1.2"/>
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5b:inspector" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5b:browser" chrome:skinVersion="1.5"/>
 </RDF:RDF>
 </RDF:RDF>
index 960f78f887b5082689946247bcdf48c9f976a274..7f38cd6cd369a061096e95160bd9139cc6abc115 100644 (file)
@@ -317,11 +317,11 @@ tree.AttributesTree {
 
 /* ::::: select edit dialog ::::: */
 
 
 /* ::::: select edit dialog ::::: */
 
-#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-false) {
+#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) {
   background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat;
 }
 
   background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat;
 }
 
-#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-true) {
+#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) {
   background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
 }
 
   background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
 }
 
index 08959aee7cf0c79520c4be61fe6800ee76d4e47e..9261cd9868744263533b84a2ad5cdd5143681cc3 100644 (file)
 #HighlightColorButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/highlight-disabled.gif") !important;
 }
 #HighlightColorButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/highlight-disabled.gif") !important;
 }
+
+#absolutePositionButton {
+  list-style-image: url("chrome://editor/skin/icons/pinned.gif");
+}
+
+#absolutePositionButton[disabled="true"] {
+  list-style-image: url("chrome://editor/skin/icons/pinned-disabled.gif") !important;
+}
+
+#absolutePositionButton[checked="true"] {
+  list-style-image: url("chrome://editor/skin/icons/notpinned.gif");
+}
+
+#FormatToolbar > #increaseZIndexButton {
+  list-style-image: url("chrome://editor/content/images/bringtofront.gif");
+}
+#FormatToolbar > #increaseZIndexButton[disabled="true"] {
+  list-style-image: url("chrome://editor/content/images/bringtofront-disabled.gif");
+}
+#FormatToolbar > #decreaseZIndexButton {
+  list-style-image: url("chrome://editor/content/images/sendtoback.gif");
+}
+#FormatToolbar > #decreaseZIndexButton[disabled="true"] {
+  list-style-image: url("chrome://editor/content/images/sendtoback-disabled.gif");
+}
index f7a30dbbf804412d738dd53e19a9fd151d8e8585..4dde291ee9f1fe9f7db69d073f02287b28db8f17 100644 (file)
 }
 
 #findButton {
 }
 
 #findButton {
-  list-style-image: url("chrome://editor/skin/icons/cut.gif");
+  list-style-image: url("chrome://editor/skin/icons/find.gif");
 }
 
 #findButton[disabled="true"] {
 }
 
 #findButton[disabled="true"] {
-  list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important;
+  list-style-image: url("chrome://editor/skin/icons/find-disabled.gif") !important;
+}
+
+#formButton {
+  list-style-image: url("chrome://editor/skin/icons/form.gif");
+}
+
+#formButton[disabled="true"] {
+  list-style-image: url("chrome://editor/skin/icons/form-disabled.gif") !important;
 }
 }
index 712e4ac22643998d93903401615934f1c17dd3be..a1618dbe9046a6cde7c5d3e4ddb0b7973514349e 100755 (executable)
Binary files a/EarlyBlue/editor/icons/table.gif and b/EarlyBlue/editor/icons/table.gif differ
index 67ec9b044c483e0005e9bf430e803722a049837f..7aac494519ff62a4e28d02cf136da8200f8b45aa 100644 (file)
@@ -98,14 +98,14 @@ textbox {
   padding: 0px !important;
 }
 
   padding: 0px !important;
 }
 
-.autocomplete-treebody:-moz-tree-cell-text {
+.autocomplete-treebody::-moz-tree-cell-text {
   padding-left: 8px;
 }
 
   padding-left: 8px;
 }
 
-.autocomplete-treebody:-moz-tree-row(menuactive) {
+.autocomplete-treebody::-moz-tree-row(menuactive) {
   background-color: #336699;
 }
 
   background-color: #336699;
 }
 
-.autocomplete-treebody:-moz-tree-cell-text(menuactive) {
+.autocomplete-treebody::-moz-tree-cell-text(menuactive) {
   color: white !important;
 }
   color: white !important;
 }
index b80bd81ac83563f0e2f6314c07f59a5976c528d6..8c7f0e9e816369983a384296d285e0be7a576ada 100644 (file)
 
 /* ::::: file/directory items ::::: */
 
 
 /* ::::: file/directory items ::::: */
 
-treechildren:-moz-tree-image(FilenameColumn, directory) {
+treechildren::-moz-tree-image(FilenameColumn, directory) {
   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
 }
 
   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
 }
 
-treechildren:-moz-tree-image(FilenameColumn, file) {
+treechildren::-moz-tree-image(FilenameColumn, file) {
   list-style-image: url("chrome://global/skin/filepicker/file.gif");
 }
 
   list-style-image: url("chrome://global/skin/filepicker/file.gif");
 }
 
index 28796d42f7841499a3dd672c0c0be184953b0dc9..ad6140ac4148c0ca2a96262f0344aa3c55b59048 100644 (file)
@@ -66,125 +66,125 @@ tree {
 
 /* ::::: tree rows ::::: */
 
 
 /* ::::: tree rows ::::: */
 
-tree[selstyle="primary"] > treechildren:-moz-tree-row,
-treechildren:-moz-tree-row {
+tree[selstyle="primary"] > treechildren::-moz-tree-row,
+treechildren::-moz-tree-row {
   border: 1px solid transparent;
   background-color: transparent;
   min-height: 18px;
   height: 1.3em;
 }
 
   border: 1px solid transparent;
   background-color: transparent;
   min-height: 18px;
   height: 1.3em;
 }
 
-treechildren:-moz-tree-row(selected) {
+treechildren::-moz-tree-row(selected) {
   background-color: #808080;
 }
 
   background-color: #808080;
 }
 
-treechildren:-moz-tree-row(selected, focus) {
+treechildren::-moz-tree-row(selected, focus) {
   background-color: #336699;
 }
 
   background-color: #336699;
 }
 
-treechildren:-moz-tree-row(current, focus) {
+treechildren::-moz-tree-row(current, focus) {
   border: 1px dotted #9999CC;
 }
 
   border: 1px dotted #9999CC;
 }
 
-treechildren:-moz-tree-row(selected, current, focus) {
+treechildren::-moz-tree-row(selected, current, focus) {
   border: 1px dotted #666699;
 }
 
 /* ::::: tree cells ::::: */
 
   border: 1px dotted #666699;
 }
 
 /* ::::: tree cells ::::: */
 
-treechildren:-moz-tree-cell {
+treechildren::-moz-tree-cell {
   padding: 0px 2px 0px 2px;
 }
 
   padding: 0px 2px 0px 2px;
 }
 
-tree[selstyle="primary"] > treechildren:-moz-tree-cell-text,
-treechildren:-moz-tree-cell-text {
+tree[selstyle="primary"] > treechildren::-moz-tree-cell-text,
+treechildren::-moz-tree-cell-text {
   color: inherit;
   border: 2px solid transparent;
 }
 
   color: inherit;
   border: 2px solid transparent;
 }
 
-treechildren:-moz-tree-cell-text(selected) {
+treechildren::-moz-tree-cell-text(selected) {
   color: #FFFFFF;
 }
 
   color: #FFFFFF;
 }
 
-tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected) {
+tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) {
   background-color: #808080;
   color: #FFFFFF;
 }
 
   background-color: #808080;
   color: #FFFFFF;
 }
 
-treechildren:-moz-tree-cell-text(selected, focus) {
+treechildren::-moz-tree-cell-text(selected, focus) {
   color: #FFFFFF;
 }
 
   color: #FFFFFF;
 }
 
-tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected, focus) {
+tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) {
   background-color: #336699;
   color: #FFFFFF;
 }
 
   background-color: #336699;
   color: #FFFFFF;
 }
 
-tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, current, focus) {
+tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) {
   border: 1px dotted #9999CC;
 }
 
   border: 1px dotted #9999CC;
 }
 
-tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected, current, focus) {
+tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, current, focus) {
   border: 1px dotted #666699;
 }
 
 /* ::::: lines connecting cells ::::: */
 
   border: 1px dotted #666699;
 }
 
 /* ::::: lines connecting cells ::::: */
 
-tree[selstyle="primary"] > treechildren:-moz-tree-line,
-treechildren:-moz-tree-line {
+tree[selstyle="primary"] > treechildren::-moz-tree-line,
+treechildren::-moz-tree-line {
   visibility: hidden;
 }
 
 /*
   visibility: hidden;
 }
 
 /*
-treechildren:-moz-tree-line {
+treechildren::-moz-tree-line {
   border: 1px dotted grey;
 }
 
   border: 1px dotted grey;
 }
 
-treechildren:-moz-tree-line(selected, focus) {
+treechildren::-moz-tree-line(selected, focus) {
   border: 1px dotted black;
 }
 */
 
 /* ::::: tree separator ::::: */
 
   border: 1px dotted black;
 }
 */
 
 /* ::::: tree separator ::::: */
 
-treechildren:-moz-tree-separator {
+treechildren::-moz-tree-separator {
   border: 1px outset #CCD0DD;
 }
 
 /* ::::: drop feedback ::::: */
 
   border: 1px outset #CCD0DD;
 }
 
 /* ::::: drop feedback ::::: */
 
-tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, dropOn),
-treechildren:-moz-tree-cell-text(dropOn) {
+tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, dropOn),
+treechildren::-moz-tree-cell-text(dropOn) {
   background-color: #336699;
   color: #FFFFFF;
 }
 
   background-color: #336699;
   color: #FFFFFF;
 }
 
-treechildren:-moz-tree-drop-feedback {
+treechildren::-moz-tree-drop-feedback {
   background-color: #336699;
   width: 50px;
   height: 2px;
   margin-left: 5px;
 }
 
   background-color: #336699;
   width: 50px;
   height: 2px;
   margin-left: 5px;
 }
 
-treechildren:-moz-tree-drop-feedback(selected) {
+treechildren::-moz-tree-drop-feedback(selected) {
   background-color: #FFFFFF;
 }
 
 /* ::::: tree progress meter ::::: */
 
   background-color: #FFFFFF;
 }
 
 /* ::::: tree progress meter ::::: */
 
-treechildren:-moz-tree-progressmeter {
+treechildren::-moz-tree-progressmeter {
   margin: 0px 0px;
   border: 1px inset #CCD0DD;
   background-color: #999999;
   color: #6699CC;
 }
 
   margin: 0px 0px;
   border: 1px inset #CCD0DD;
   background-color: #999999;
   color: #6699CC;
 }
 
-treechildren:-moz-tree-progressmeter(progressUndetermined) {
+treechildren::-moz-tree-progressmeter(progressUndetermined) {
   list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
   background-color: #CCD0DD;
 }
 
   list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
   background-color: #CCD0DD;
 }
 
-treechildren:-moz-tree-cell-text(progressmeter) {
+treechildren::-moz-tree-cell-text(progressmeter) {
   margin: 2px 4px;
 }
 
   margin: 2px 4px;
 }
 
@@ -252,11 +252,11 @@ treecol[insertbefore="true"] {
   border-left: 1px solid #000000;
 }
 
   border-left: 1px solid #000000;
 }
 
-treechildren:-moz-tree-column(insertbefore) {
+treechildren::-moz-tree-column(insertbefore) {
   border-left: 1px solid #000000;
 }
 
   border-left: 1px solid #000000;
 }
 
-treechildren:-moz-tree-column(insertafter) {
+treechildren::-moz-tree-column(insertafter) {
   border-right: 1px solid #000000;
 }
 
   border-right: 1px solid #000000;
 }
 
@@ -282,29 +282,29 @@ treechildren:-moz-tree-column(insertafter) {
 
 /* ::::: twisty :::::  */
 
 
 /* ::::: twisty :::::  */
 
-treechildren:-moz-tree-twisty {
+treechildren::-moz-tree-twisty {
   padding-right: 2px;
   padding-top: 1px;
   width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
   
   padding-right: 2px;
   padding-top: 1px;
   width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
   
-treechildren:-moz-tree-twisty(open) {
+treechildren::-moz-tree-twisty(open) {
   width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
 
   width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
 
-treechildren:-moz-tree-indentation {
+treechildren::-moz-tree-indentation {
   width: 11px;
 }
 
 /* ::::: gridline style ::::: */
 
   width: 11px;
 }
 
 /* ::::: gridline style ::::: */
 
-treechildren.gridlines:-moz-tree-cell {
+treechildren.gridlines::-moz-tree-cell {
   border-right: 1px solid green;
   border-bottom: 1px solid green;
 }
 
   border-right: 1px solid green;
   border-bottom: 1px solid green;
 }
 
-treechildren.gridlines:-moz-tree-row {
+treechildren.gridlines::-moz-tree-row {
   border: none;
 }
   border: none;
 }
index a55b76f7c4faa9eaded084bddebcf3687f513b22..1c95ff01e6d783ae2682b35cf6a5f5b83a34d579 100644 (file)
 
 /* :::::::: node type color coding :::::::: */
 
 
 /* :::::::: node type color coding :::::::: */
 
-treechildren:-moz-tree-cell-text(ELEMENT_NODE) {
+treechildren::-moz-tree-cell-text(ELEMENT_NODE) {
   color: #000000;
 }
 
   color: #000000;
 }
 
-treechildren:-moz-tree-cell-text(ATTRIBUTE_NODE) {
+treechildren::-moz-tree-cell-text(ATTRIBUTE_NODE) {
   color: #556b2f;
 }
 
   color: #556b2f;
 }
 
-treechildren:-moz-tree-cell-text(CDATA_SECTION_NODE),
-treechildren:-moz-tree-cell-text(TEXT_NODE) {
+treechildren::-moz-tree-cell-text(CDATA_SECTION_NODE),
+treechildren::-moz-tree-cell-text(TEXT_NODE) {
   color: #0000AA;
 }
 
   color: #0000AA;
 }
 
-treechildren:-moz-tree-cell-text(COMMENT_NODE) {
+treechildren::-moz-tree-cell-text(COMMENT_NODE) {
   color: #228b22;
 }
 
   color: #228b22;
 }
 
-treechildren:-moz-tree-cell-text(DOCUMENT_NODE) {
+treechildren::-moz-tree-cell-text(DOCUMENT_NODE) {
   color: #800080;
 }
 
   color: #800080;
 }
 
-treechildren:-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) {
+treechildren::-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) {
   color: #808080;
 }
 
   color: #808080;
 }
 
-treechildren:-moz-tree-cell-text(anonymous) {
+treechildren::-moz-tree-cell-text(anonymous) {
   color: #ff0000;
 }
 
   color: #ff0000;
 }
 
-treechildren:-moz-tree-cell-text(selected, focus) {
+treechildren::-moz-tree-cell-text(selected, focus) {
   color: #FFFFFF;
 }
 
 /* :::::::: drag and drop insertion indicators :::::::: */
 
   color: #FFFFFF;
 }
 
 /* :::::::: drag and drop insertion indicators :::::::: */
 
-treechildren:-moz-tree-column(dnd-insert-before) {
+treechildren::-moz-tree-column(dnd-insert-before) {
   border-left: 2px solid #000000;
 }
 
   border-left: 2px solid #000000;
 }
 
-treechildren:-moz-tree-column(dnd-insert-after) {
+treechildren::-moz-tree-column(dnd-insert-after) {
   border-right: 2px solid #000000;
 }
   border-right: 2px solid #000000;
 }
index 4c96f163e18ceacaabafe1a5c9700390811330e0..f99e292b34c7fe1860563f7920f882beda297ea5 100644 (file)
@@ -43,7 +43,7 @@
   list-style-image: url("chrome://inspector/skin/iconImportant.gif");
 }
 
   list-style-image: url("chrome://inspector/skin/iconImportant.gif");
 }
 
-#olbStyleProps:-moz-tree-image(olcPropPriority, important) {
+#olbStyleProps::-moz-tree-image(olcPropPriority, important) {
   list-style-image: url("chrome://inspector/skin/iconImportant.gif");
 }
 
   list-style-image: url("chrome://inspector/skin/iconImportant.gif");
 }
 
index ead0a10c30c39804161d59ba411a4e03c9f794f7..b9cc8aeaee4d91083516be2f85d4aa23fedc4bf0 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-treechildren:-moz-tree-image(GeneratedName) {
+treechildren::-moz-tree-image(GeneratedName) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
 }
 
-treechildren:-moz-tree-image(GeneratedName, MailList) {
+treechildren::-moz-tree-image(GeneratedName, MailList) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
 }
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
 }
index 5c795ab3bdc0b58d80502735ef600e6075111f3d..9ccc1065c13ee36d86aa94afb19b6388b5114af1 100644 (file)
 
 /* ::::: directory pane icons ::::: */
 
 
 /* ::::: directory pane icons ::::: */
 
-treechildren:-moz-tree-image(DirCol) {
+treechildren::-moz-tree-image(DirCol) {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
-treechildren:-moz-tree-image(DirCol, IsMailList-true) {
+treechildren::-moz-tree-image(DirCol, IsMailList-true) {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
 }
 
-treechildren:-moz-tree-image(DirCol, IsRemote-true) {
+treechildren::-moz-tree-image(DirCol, IsRemote-true) {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
-treechildren:-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
+treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
 }
 
index 91ce4611e2cfb109aa8f6db2de70423ea9333b4a..2b99561538b3e1693af8b541308a02bfe326b719 100644 (file)
 
 /* ::::: columns :::::: */
 
 
 /* ::::: columns :::::: */
 
-treechildren:-moz-tree-image(activeColumn) {
+treechildren::-moz-tree-image(activeColumn) {
   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
 }
 
-treechildren:-moz-tree-image(activeColumn, Enabled-true) {
+treechildren::-moz-tree-image(activeColumn, Enabled-true) {
  list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }
 menulist {
  list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }
 menulist {
index 2a8cf8c237eb8a379d9bfb8ba7981d3c4ffc9eeb..4de5720f55abfd2d315548b97190f57157c62dfc 100644 (file)
 
 /* ::::: mail folder ::::: */
 
 
 /* ::::: mail folder ::::: */
 
-treechildren:-moz-tree-image(folderNameCol) {
+treechildren::-moz-tree-image(folderNameCol) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
 }
 
-treechildren:-moz-tree-image(folderNameCol, newMessages-true) {
+treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
 }
 
 /* ..... Inbox ..... */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
 }
 
 /* ..... Inbox ..... */
 
-treechildren:-moz-tree-image(folderNameCol, specialFolder-Inbox) {
+treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
 }
 
-treechildren:-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
+treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
 }
 
 /* ..... Sent ..... */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
 }
 
 /* ..... Sent ..... */
 
-treechildren:-moz-tree-image(folderNameCol, specialFolder-Sent) {
+treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
 }
 
 /* ..... Unsent ..... */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
 }
 
 /* ..... Unsent ..... */
 
-treechildren:-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
+treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
 }
 
 /* ..... Drafts ..... */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
 }
 
 /* ..... Drafts ..... */
 
-treechildren:-moz-tree-image(folderNameCol, specialFolder-Drafts) {
+treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
 }
 
 /* ..... Templates ..... */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
 }
 
 /* ..... Templates ..... */
 
-treechildren:-moz-tree-image(folderNameCol, specialFolder-Templates) {
+treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
 }
 
 /* ..... Junk ..... */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
 }
 
 /* ..... Junk ..... */
 
-treechildren:-moz-tree-image(folderNameCol, specialFolder-Junk) {
+treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
 }
 
 /* ..... Trash ..... */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
 }
 
 /* ..... Trash ..... */
 
-treechildren:-moz-tree-image(folderNameCol, specialFolder-Trash) {
+treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
 }
 
-treechildren:-moz-tree-image(folderNameCol, isServer-true) {
+treechildren::-moz-tree-image(folderNameCol, isServer-true) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
 }
 
-treechildren:-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
+treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
 }
 
-treechildren:-moz-tree-cell-text(folderNameCol, newMessages-true),
-treechildren:-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
+treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
+treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
   font-weight: bold;
 }
 
   font-weight: bold;
 }
 
-treechildren:-moz-tree-image(folderNameCol, imapShared-true) {
+treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
 }
 
 /* ..... Server Folders ..... */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
 }
 
 /* ..... Server Folders ..... */
 
-treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
+treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
 }
 
-treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
+treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
 }
 
-treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
+treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
 }
 
 /* ..... News Folders ..... */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
 }
 
 /* ..... News Folders ..... */
 
-treechildren:-moz-tree-image(folderNameCol, serverType-nntp) {
+treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
 }
 
-treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
+treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
 }
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
 }
 
-treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
+treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
 }
 
 /* ::::: All Servers ::::: */
 
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
 }
 
 /* ::::: All Servers ::::: */
 
-treechildren:-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
+treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
   font-weight: bold;
 }
 
   font-weight: bold;
 }
 
-treechildren:-moz-tree-cell-text(folderNameCol, isServer-true),
-treechildren:-moz-tree-cell-text(hasUnreadMessages-true) {
+treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
+treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
   font-weight: bold;
 }
 
   font-weight: bold;
 }
 
-treechildren:-moz-tree-cell-text(folderNameCol, noSelect-true) {
+treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
   color: #808080;
   font-style: italic;
 }
   color: #808080;
   font-style: italic;
 }
@@ -184,15 +184,15 @@ treechildren:-moz-tree-cell-text(folderNameCol, noSelect-true) {
   list-style-image: none;
 }
 
   list-style-image: none;
 }
 
-treechildren:-moz-tree-image(syncCol) {
+treechildren::-moz-tree-image(syncCol) {
   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
 }
 
-treechildren:-moz-tree-image(syncCol, synchronize-true) {
+treechildren::-moz-tree-image(syncCol, synchronize-true) {
   list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }
 
-treechildren:-moz-tree-image(syncCol, isServer-true) {
+treechildren::-moz-tree-image(syncCol, isServer-true) {
   list-style-image: none;
 }
 
   list-style-image: none;
 }
 
index 244368b96ca2acb706e6397a9b7f867745e7f56f..12851ba53494730603b00c539c544d34cb4691fa 100644 (file)
 
 /* ::::: autocomplete icons ::::: */
 
 
 /* ::::: autocomplete icons ::::: */
 
-treechildren:-moz-tree-cell-text(default-match) {
+treechildren::-moz-tree-cell-text(default-match) {
   margin: 2px -3px 2px 15px;
   border: none;
 }
 
   margin: 2px -3px 2px 15px;
   border: none;
 }
 
-treechildren:-moz-tree-image(local-abook) {
+treechildren::-moz-tree-image(local-abook) {
   margin: 2px -1px 2px 4px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
   margin: 2px -1px 2px 4px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
-treechildren:-moz-tree-image(remote-abook) {
+treechildren::-moz-tree-image(remote-abook) {
   margin: 2px -3px 2px 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
   margin: 2px -3px 2px 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
-treechildren:-moz-tree-image(remote-err) {
+treechildren::-moz-tree-image(remote-err) {
   margin: 2px -3px 2px 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
 }
   margin: 2px -3px 2px 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
 }
index c59720b48d38d69b495026347ab2dfe764827209..57a9bbb6b9e3da57fe548c902f4380a031b6893e 100644 (file)
 
 /* ::::: subscribed icons  :::::: */
 
 
 /* ::::: subscribed icons  :::::: */
 
-treechildren:-moz-tree-image(subscribedColumn),
-treechildren:-moz-tree-image(subscribedColumn2) {
+treechildren::-moz-tree-image(subscribedColumn),
+treechildren::-moz-tree-image(subscribedColumn2) {
   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
 }
 
-treechildren:-moz-tree-image(subscribedColumn, Subscribed-true),
-treechildren:-moz-tree-image(subscribedColumn2, subscribed) {
+treechildren::-moz-tree-image(subscribedColumn, Subscribed-true),
+treechildren::-moz-tree-image(subscribedColumn2, subscribed) {
   list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }
 
 /* ::::: folder icons :::::: */
 
   list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }
 
 /* ::::: folder icons :::::: */
 
-treechildren:-moz-tree-image(nameColumn) {
+treechildren::-moz-tree-image(nameColumn) {
   margin-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
 }
 
   margin-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
 }
 
-treechildren:-moz-tree-image(nameColumn, ServerType-nntp),
-treechildren:-moz-tree-image(nameColumn2, nntp) {
+treechildren::-moz-tree-image(nameColumn, ServerType-nntp),
+treechildren::-moz-tree-image(nameColumn2, nntp) {
   margin-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
 }
   margin-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
 }
index b7f15965f1b605a77106ee835e36a0fe587dc57d..bf3e58f099dcd135ef51bb5ea451420007d6f274 100644 (file)
 
 /* ::::: thread decoration ::::: */
 
 
 /* ::::: thread decoration ::::: */
 
-treechildren:-moz-tree-cell-text(read) {
+treechildren::-moz-tree-cell-text(read) {
   font-weight: normal;
 }
 
   font-weight: normal;
 }
 
-treechildren:-moz-tree-cell-text(unread) {
+treechildren::-moz-tree-cell-text(unread) {
   font-weight: bold;
 }
 
 /* on a collapsed thread, if the top level message is read, but the thread has
  * unread children, underline the text.  4.x mac did this, very slick 
  */
   font-weight: bold;
 }
 
 /* on a collapsed thread, if the top level message is read, but the thread has
  * unread children, underline the text.  4.x mac did this, very slick 
  */
-treechildren:-moz-tree-cell-text(container, closed, hasUnread, read) {
+treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
   text-decoration: underline;
 }
 
   text-decoration: underline;
 }
 
@@ -65,27 +65,27 @@ treechildren:-moz-tree-cell-text(container, closed, hasUnread, read) {
  ****  Priority colors currently not being used at the moment.  It has been
  ****  disabled so as to not conflict with the labels color feature.
  ****
  ****  Priority colors currently not being used at the moment.  It has been
  ****  disabled so as to not conflict with the labels color feature.
  ****
-treechildren:-moz-tree-cell-text(priorityCol, priority-highest) {
+treechildren::-moz-tree-cell-text(priorityCol, priority-highest) {
   color: red;
 }
 
   color: red;
 }
 
-treechildren:-moz-tree-cell-text(priorityCol, priority-high) {
+treechildren::-moz-tree-cell-text(priorityCol, priority-high) {
   color: rgb(128, 0, 0);
 }
 
   color: rgb(128, 0, 0);
 }
 
-treechildren:-moz-tree-cell-text(priorityCol, priority-lowest) {
+treechildren::-moz-tree-cell-text(priorityCol, priority-lowest) {
   color: rgb(170, 170, 170);
 }
 
   color: rgb(170, 170, 170);
 }
 
-treechildren:-moz-tree-cell-text(priorityCol, priority-low) {
+treechildren::-moz-tree-cell-text(priorityCol, priority-low) {
   color: rgb(85, 85, 85);
 }
 
   color: rgb(85, 85, 85);
 }
 
-treechildren:-moz-tree-cell-text(priorityCol, selected) {
+treechildren::-moz-tree-cell-text(priorityCol, selected) {
   color: -moz-DialogText;
 }
 
   color: -moz-DialogText;
 }
 
-treechildren:-moz-tree-cell-text(priorityCol, selected, focus) {
+treechildren::-moz-tree-cell-text(priorityCol, selected, focus) {
   color: HighlightText;
 }
  ****/
   color: HighlightText;
 }
  ****/
@@ -108,35 +108,35 @@ treecol.threadColumnHeader[sortDirection="descending"] {
   list-style-image: url("chrome://messenger/skin/icons/threadcol.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/threadcol.gif");
 }
 
-treechildren:-moz-tree-image(threadCol, container) {
+treechildren::-moz-tree-image(threadCol, container) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif");
 }
 
-treechildren:-moz-tree-image(threadCol, container, offline) {
+treechildren::-moz-tree-image(threadCol, container, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline.gif");
 }
 
-treechildren:-moz-tree-image(threadCol, container, open) {
+treechildren::-moz-tree-image(threadCol, container, open) {
   list-style-image: url("chrome://messenger/skin/icons/thread-open.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-open.gif");
 }
 
-treechildren:-moz-tree-image(threadCol, container, open, offline) {
+treechildren::-moz-tree-image(threadCol, container, open, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline.gif");
 }
 
-treechildren:-moz-tree-image(threadCol, container, hasUnread) {
+treechildren::-moz-tree-image(threadCol, container, hasUnread) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif");
 }
 
-treechildren:-moz-tree-image(threadCol, container, hasUnread, offline) {
+treechildren::-moz-tree-image(threadCol, container, hasUnread, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline.gif");
 }
 
-treechildren:-moz-tree-image(threadCol, container, hasUnread, open) {
+treechildren::-moz-tree-image(threadCol, container, hasUnread, open) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif");
 }
 
-treechildren:-moz-tree-image(threadCol, container, hasUnread, open, offline) {
+treechildren::-moz-tree-image(threadCol, container, hasUnread, open, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline.gif");
 }
 
@@ -146,11 +146,11 @@ treecol.readColumnHeader {
   list-style-image: url("chrome://messenger/skin/icons/readcol.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/readcol.gif");
 }
 
-treechildren:-moz-tree-image(unreadButtonColHeader) {
+treechildren::-moz-tree-image(unreadButtonColHeader) {
   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
 }
 
-treechildren:-moz-tree-image(unreadButtonColHeader, unread) {
+treechildren::-moz-tree-image(unreadButtonColHeader, unread) {
   list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif");
 }
 
@@ -160,11 +160,11 @@ treecol.flagColumnHeader {
   list-style-image: url("chrome://messenger/skin/icons/flagcol.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/flagcol.gif");
 }
 
-treechildren:-moz-tree-image(flaggedCol) {
+treechildren::-moz-tree-image(flaggedCol) {
   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
 }
 
-treechildren:-moz-tree-image(flaggedCol, flagged) {
+treechildren::-moz-tree-image(flaggedCol, flagged) {
   list-style-image: url("chrome://messenger/skin/icons/flaggedmail.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/flaggedmail.gif");
 }
 
@@ -175,148 +175,148 @@ treecol.junkStatusHeader {
 }
 
 /* "unknown" now looks like "not junk".  see bug #182386 */
 }
 
 /* "unknown" now looks like "not junk".  see bug #182386 */
-treechildren:-moz-tree-image(junkStatusCol) {
+treechildren::-moz-tree-image(junkStatusCol) {
   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
 }
 
-treechildren:-moz-tree-image(junkStatusCol, junk) {
+treechildren::-moz-tree-image(junkStatusCol, junk) {
   list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif");
 }
 
-treechildren:-moz-tree-image(junkStatusCol, notjunk) {
+treechildren::-moz-tree-image(junkStatusCol, notjunk) {
   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
 }
 
 /* ..... subject column ..... */
 
   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
 }
 
 /* ..... subject column ..... */
 
-treechildren:-moz-tree-image(subjectCol) {
+treechildren::-moz-tree-image(subjectCol) {
   margin-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/message-mail.gif");
 }
 
   margin-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/message-mail.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, new) {
+treechildren::-moz-tree-image(subjectCol, new) {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, attach) {
+treechildren::-moz-tree-image(subjectCol, attach) {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, imapdeleted) {
+treechildren::-moz-tree-image(subjectCol, imapdeleted) {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, offline) {
+treechildren::-moz-tree-image(subjectCol, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-mail-offline.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, new, offline) {
+treechildren::-moz-tree-image(subjectCol, new, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offline.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, attach, offline) {
+treechildren::-moz-tree-image(subjectCol, attach, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, imapdeleted, offline) {
+treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, news) {
+treechildren::-moz-tree-image(subjectCol, news) {
   list-style-image: url("chrome://messenger/skin/icons/message-news.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-news.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, news, attach) {
+treechildren::-moz-tree-image(subjectCol, news, attach) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, news, attach, offline) {
+treechildren::-moz-tree-image(subjectCol, news, attach, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offline.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, news, new) {
+treechildren::-moz-tree-image(subjectCol, news, new) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, news, new, attach) {
+treechildren::-moz-tree-image(subjectCol, news, new, attach) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, news, new, attach, offline) {
+treechildren::-moz-tree-image(subjectCol, news, new, attach, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-offline.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, news, new, offline) {
+treechildren::-moz-tree-image(subjectCol, news, new, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-new-offline.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/message-news-new-offline.gif");
 }
 
-treechildren:-moz-tree-image(subjectCol, news, offline) {
+treechildren::-moz-tree-image(subjectCol, news, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-offline.gif");
 }
 
 /* ..... new thread icons for watch and ignore ..... */
 
   list-style-image: url("chrome://messenger/skin/icons/message-news-offline.gif");
 }
 
 /* ..... new thread icons for watch and ignore ..... */
 
-treechildren:-moz-tree-image(news, threadCol, watch) {
+treechildren::-moz-tree-image(news, threadCol, watch) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, ignore) {
+treechildren::-moz-tree-image(news, threadCol, ignore) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, watch, offline) {
+treechildren::-moz-tree-image(news, threadCol, watch, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-eye.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, ignore, offline) {
+treechildren::-moz-tree-image(news, threadCol, ignore, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-kill.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-kill.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch) {
+treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore) {
+treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) {
+treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline-eye.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) {
+treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline-kill.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline-kill.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, open) {
+treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) {
+treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, open, offline) {
+treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline-eye.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, open, offline) {
+treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline-kill.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline-kill.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, watch, open) {
+treechildren::-moz-tree-image(news, threadCol, container, watch, open) {
   list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, ignore, open) {
+treechildren::-moz-tree-image(news, threadCol, container, ignore, open) {
   list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, watch, open, offline) {
+treechildren::-moz-tree-image(news, threadCol, container, watch, open, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline-eye.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, ignore, open, offline) {
+treechildren::-moz-tree-image(news, threadCol, container, ignore, open, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline-kill.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline-kill.gif");
 }
 
index 674ef486d5608fbe3667134978746a911b100dd0..3b7802ed63d87e91c48f3a5bb7a39a2481607e99 100644 (file)
      color: #FF0000;
      color: rgb(128, 0, 0); 
 */
      color: #FF0000;
      color: rgb(128, 0, 0); 
 */
-treechildren:-moz-tree-cell-text(lc-FFFFFF) {
+treechildren::-moz-tree-cell-text(lc-FFFFFF) {
   color: #FFFFFF
 }
   color: #FFFFFF
 }
-treechildren:-moz-tree-row(lc-FFFFFF, selected) {
+treechildren::-moz-tree-row(lc-FFFFFF, selected) {
   background-color: #FFFFFF;
 }
 
   background-color: #FFFFFF;
 }
 
-treechildren:-moz-tree-cell-text(lc-CCCCCC) {
+treechildren::-moz-tree-cell-text(lc-CCCCCC) {
   color: #CCCCCC
 }
   color: #CCCCCC
 }
-treechildren:-moz-tree-row(lc-CCCCCC, selected) {
+treechildren::-moz-tree-row(lc-CCCCCC, selected) {
   background-color: #CCCCCC;
 }
 
   background-color: #CCCCCC;
 }
 
-treechildren:-moz-tree-cell-text(lc-C0C0C0) {
+treechildren::-moz-tree-cell-text(lc-C0C0C0) {
   color: #C0C0C0
 }
   color: #C0C0C0
 }
-treechildren:-moz-tree-row(lc-C0C0C0, selected) {
+treechildren::-moz-tree-row(lc-C0C0C0, selected) {
   background-color: #C0C0C0;
 }
 
   background-color: #C0C0C0;
 }
 
-treechildren:-moz-tree-cell-text(lc-999999) {
+treechildren::-moz-tree-cell-text(lc-999999) {
   color: #999999
 }
   color: #999999
 }
-treechildren:-moz-tree-row(lc-999999, selected) {
+treechildren::-moz-tree-row(lc-999999, selected) {
   background-color: #999999;
 }
 
   background-color: #999999;
 }
 
-treechildren:-moz-tree-cell-text(lc-666666) {
+treechildren::-moz-tree-cell-text(lc-666666) {
   color: #666666
 }
   color: #666666
 }
-treechildren:-moz-tree-row(lc-666666, selected) {
+treechildren::-moz-tree-row(lc-666666, selected) {
   background-color: #666666;
 }
 
   background-color: #666666;
 }
 
-treechildren:-moz-tree-cell-text(lc-333333) {
+treechildren::-moz-tree-cell-text(lc-333333) {
   color: #333333
 }
   color: #333333
 }
-treechildren:-moz-tree-row(lc-333333, selected) {
+treechildren::-moz-tree-row(lc-333333, selected) {
   background-color: #333333;
 }
 
   background-color: #333333;
 }
 
-treechildren:-moz-tree-cell-text(lc-000000) {
+treechildren::-moz-tree-cell-text(lc-000000) {
   color: #000000
 }
   color: #000000
 }
-treechildren:-moz-tree-row(lc-000000, selected) {
+treechildren::-moz-tree-row(lc-000000, selected) {
   background-color: #000000;
 }
 
 
   background-color: #000000;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-FFCCCC) {
+treechildren::-moz-tree-cell-text(lc-FFCCCC) {
   color: #FFCCCC
 }
   color: #FFCCCC
 }
-treechildren:-moz-tree-row(lc-FFCCCC, selected) {
+treechildren::-moz-tree-row(lc-FFCCCC, selected) {
   background-color: #FFCCCC;
 }
 
   background-color: #FFCCCC;
 }
 
-treechildren:-moz-tree-cell-text(lc-FF6666) {
+treechildren::-moz-tree-cell-text(lc-FF6666) {
   color: #FF6666
 }
   color: #FF6666
 }
-treechildren:-moz-tree-row(lc-FF6666, selected) {
+treechildren::-moz-tree-row(lc-FF6666, selected) {
   background-color: #FF6666;
 }
 
   background-color: #FF6666;
 }
 
-treechildren:-moz-tree-cell-text(lc-FF0000) {
+treechildren::-moz-tree-cell-text(lc-FF0000) {
   color: #FF0000
 }
   color: #FF0000
 }
-treechildren:-moz-tree-row(lc-FF0000, selected) {
+treechildren::-moz-tree-row(lc-FF0000, selected) {
   background-color: #FF0000;
 }
 
   background-color: #FF0000;
 }
 
-treechildren:-moz-tree-cell-text(lc-CC0000) {
+treechildren::-moz-tree-cell-text(lc-CC0000) {
   color: #CC0000
 }
   color: #CC0000
 }
-treechildren:-moz-tree-row(lc-CC0000, selected) {
+treechildren::-moz-tree-row(lc-CC0000, selected) {
   background-color: #CC0000;
 }
 
   background-color: #CC0000;
 }
 
-treechildren:-moz-tree-cell-text(lc-990000) {
+treechildren::-moz-tree-cell-text(lc-990000) {
   color: #990000
 }
   color: #990000
 }
-treechildren:-moz-tree-row(lc-990000, selected) {
+treechildren::-moz-tree-row(lc-990000, selected) {
   background-color: #990000;
 }
 
   background-color: #990000;
 }
 
-treechildren:-moz-tree-cell-text(lc-660000) {
+treechildren::-moz-tree-cell-text(lc-660000) {
   color: #660000
 }
   color: #660000
 }
-treechildren:-moz-tree-row(lc-660000, selected) {
+treechildren::-moz-tree-row(lc-660000, selected) {
   background-color: #660000;
 }
 
   background-color: #660000;
 }
 
-treechildren:-moz-tree-cell-text(lc-330000) {
+treechildren::-moz-tree-cell-text(lc-330000) {
   color: #330000
 }
   color: #330000
 }
-treechildren:-moz-tree-row(lc-330000, selected) {
+treechildren::-moz-tree-row(lc-330000, selected) {
   background-color: #330000;
 }
 
 
   background-color: #330000;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-FFCC99) {
+treechildren::-moz-tree-cell-text(lc-FFCC99) {
   color: #FFCC99
 }
   color: #FFCC99
 }
-treechildren:-moz-tree-row(lc-FFCC99, selected) {
+treechildren::-moz-tree-row(lc-FFCC99, selected) {
   background-color: #FFCC99;
 }
 
   background-color: #FFCC99;
 }
 
-treechildren:-moz-tree-cell-text(lc-FF9966) {
+treechildren::-moz-tree-cell-text(lc-FF9966) {
   color: #FF9966
 }
   color: #FF9966
 }
-treechildren:-moz-tree-row(lc-FF9966, selected) {
+treechildren::-moz-tree-row(lc-FF9966, selected) {
   background-color: #FF9966;
 }
 
   background-color: #FF9966;
 }
 
-treechildren:-moz-tree-cell-text(lc-FF9900) {
+treechildren::-moz-tree-cell-text(lc-FF9900) {
   color: #FF9900
 }
   color: #FF9900
 }
-treechildren:-moz-tree-row(lc-FF9900, selected) {
+treechildren::-moz-tree-row(lc-FF9900, selected) {
   background-color: #FF9900;
 }
 
   background-color: #FF9900;
 }
 
-treechildren:-moz-tree-cell-text(lc-FF6600) {
+treechildren::-moz-tree-cell-text(lc-FF6600) {
   color: #FF6600
 }
   color: #FF6600
 }
-treechildren:-moz-tree-row(lc-FF6600, selected) {
+treechildren::-moz-tree-row(lc-FF6600, selected) {
   background-color: #FF6600;
 }
 
   background-color: #FF6600;
 }
 
-treechildren:-moz-tree-cell-text(lc-CC6600) {
+treechildren::-moz-tree-cell-text(lc-CC6600) {
   color: #CC6600
 }
   color: #CC6600
 }
-treechildren:-moz-tree-row(lc-CC6600, selected) {
+treechildren::-moz-tree-row(lc-CC6600, selected) {
   background-color: #CC6600;
 }
 
   background-color: #CC6600;
 }
 
-treechildren:-moz-tree-cell-text(lc-993300) {
+treechildren::-moz-tree-cell-text(lc-993300) {
   color: #993300
 }
   color: #993300
 }
-treechildren:-moz-tree-row(lc-993300, selected) {
+treechildren::-moz-tree-row(lc-993300, selected) {
   background-color: #993300;
 }
 
   background-color: #993300;
 }
 
-treechildren:-moz-tree-cell-text(lc-663300) {
+treechildren::-moz-tree-cell-text(lc-663300) {
   color: #663300
 }
   color: #663300
 }
-treechildren:-moz-tree-row(lc-663300, selected) {
+treechildren::-moz-tree-row(lc-663300, selected) {
   background-color: #663300;
 }
 
 
   background-color: #663300;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-FFFF99) {
+treechildren::-moz-tree-cell-text(lc-FFFF99) {
   color: #FFFF99
 }
   color: #FFFF99
 }
-treechildren:-moz-tree-row(lc-FFFF99, selected) {
+treechildren::-moz-tree-row(lc-FFFF99, selected) {
   background-color: #FFFF99;
 }
 
   background-color: #FFFF99;
 }
 
-treechildren:-moz-tree-cell-text(lc-FFFF66) {
+treechildren::-moz-tree-cell-text(lc-FFFF66) {
   color: #FFFF66
 }
   color: #FFFF66
 }
-treechildren:-moz-tree-row(lc-FFFF66, selected) {
+treechildren::-moz-tree-row(lc-FFFF66, selected) {
   background-color: #FFFF66;
 }
 
   background-color: #FFFF66;
 }
 
-treechildren:-moz-tree-cell-text(lc-FFCC66) {
+treechildren::-moz-tree-cell-text(lc-FFCC66) {
   color: #FFCC66
 }
   color: #FFCC66
 }
-treechildren:-moz-tree-row(lc-FFCC66, selected) {
+treechildren::-moz-tree-row(lc-FFCC66, selected) {
   background-color: #FFCC66;
 }
 
   background-color: #FFCC66;
 }
 
-treechildren:-moz-tree-cell-text(lc-FFCC33) {
+treechildren::-moz-tree-cell-text(lc-FFCC33) {
   color: #FFCC33
 }
   color: #FFCC33
 }
-treechildren:-moz-tree-row(lc-FFCC33, selected) {
+treechildren::-moz-tree-row(lc-FFCC33, selected) {
   background-color: #FFCC33;
 }
 
   background-color: #FFCC33;
 }
 
-treechildren:-moz-tree-cell-text(lc-CC9933) {
+treechildren::-moz-tree-cell-text(lc-CC9933) {
   color: #CC9933
 }
   color: #CC9933
 }
-treechildren:-moz-tree-row(lc-CC9933, selected) {
+treechildren::-moz-tree-row(lc-CC9933, selected) {
   background-color: #CC9933;
 }
 
   background-color: #CC9933;
 }
 
-treechildren:-moz-tree-cell-text(lc-996633) {
+treechildren::-moz-tree-cell-text(lc-996633) {
   color: #996633
 }
   color: #996633
 }
-treechildren:-moz-tree-row(lc-996633, selected) {
+treechildren::-moz-tree-row(lc-996633, selected) {
   background-color: #996633;
 }
 
   background-color: #996633;
 }
 
-treechildren:-moz-tree-cell-text(lc-663333) {
+treechildren::-moz-tree-cell-text(lc-663333) {
   color: #663333
 }
   color: #663333
 }
-treechildren:-moz-tree-row(lc-663333, selected) {
+treechildren::-moz-tree-row(lc-663333, selected) {
   background-color: #663333;
 }
 
 
   background-color: #663333;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-FFFFCC) {
+treechildren::-moz-tree-cell-text(lc-FFFFCC) {
   color: #FFFFCC
 }
   color: #FFFFCC
 }
-treechildren:-moz-tree-row(lc-FFFFCC, selected) {
+treechildren::-moz-tree-row(lc-FFFFCC, selected) {
   background-color: #FFFFCC;
 }
 
   background-color: #FFFFCC;
 }
 
-treechildren:-moz-tree-cell-text(lc-FFFF33) {
+treechildren::-moz-tree-cell-text(lc-FFFF33) {
   color: #FFFF33
 }
   color: #FFFF33
 }
-treechildren:-moz-tree-row(lc-FFFF33, selected) {
+treechildren::-moz-tree-row(lc-FFFF33, selected) {
   background-color: #FFFF33;
 }
 
   background-color: #FFFF33;
 }
 
-treechildren:-moz-tree-cell-text(lc-FFFF00) {
+treechildren::-moz-tree-cell-text(lc-FFFF00) {
   color: #FFFF00
 }
   color: #FFFF00
 }
-treechildren:-moz-tree-row(lc-FFFF00, selected) {
+treechildren::-moz-tree-row(lc-FFFF00, selected) {
   background-color: #FFFF00;
 }
 
   background-color: #FFFF00;
 }
 
-treechildren:-moz-tree-cell-text(lc-FFCC00) {
+treechildren::-moz-tree-cell-text(lc-FFCC00) {
   color: #FFCC00
 }
   color: #FFCC00
 }
-treechildren:-moz-tree-row(lc-FFCC00, selected) {
+treechildren::-moz-tree-row(lc-FFCC00, selected) {
   background-color: #FFCC00;
 }
 
   background-color: #FFCC00;
 }
 
-treechildren:-moz-tree-cell-text(lc-999900) {
+treechildren::-moz-tree-cell-text(lc-999900) {
   color: #999900
 }
   color: #999900
 }
-treechildren:-moz-tree-row(lc-999900, selected) {
+treechildren::-moz-tree-row(lc-999900, selected) {
   background-color: #999900;
 }
 
   background-color: #999900;
 }
 
-treechildren:-moz-tree-cell-text(lc-666600) {
+treechildren::-moz-tree-cell-text(lc-666600) {
   color: #666600
 }
   color: #666600
 }
-treechildren:-moz-tree-row(lc-666600, selected) {
+treechildren::-moz-tree-row(lc-666600, selected) {
   background-color: #666600;
 }
 
   background-color: #666600;
 }
 
-treechildren:-moz-tree-cell-text(lc-333300) {
+treechildren::-moz-tree-cell-text(lc-333300) {
   color: #333300
 }
   color: #333300
 }
-treechildren:-moz-tree-row(lc-333300, selected) {
+treechildren::-moz-tree-row(lc-333300, selected) {
   background-color: #333300;
 }
 
 
   background-color: #333300;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-99FF99) {
+treechildren::-moz-tree-cell-text(lc-99FF99) {
   color: #99FF99
 }
   color: #99FF99
 }
-treechildren:-moz-tree-row(lc-99FF99, selected) {
+treechildren::-moz-tree-row(lc-99FF99, selected) {
   background-color: #99FF99;
 }
 
   background-color: #99FF99;
 }
 
-treechildren:-moz-tree-cell-text(lc-66FF99) {
+treechildren::-moz-tree-cell-text(lc-66FF99) {
   color: #66FF99
 }
   color: #66FF99
 }
-treechildren:-moz-tree-row(lc-66FF99, selected) {
+treechildren::-moz-tree-row(lc-66FF99, selected) {
   background-color: #66FF99;
 }
 
   background-color: #66FF99;
 }
 
-treechildren:-moz-tree-cell-text(lc-33FF33) {
+treechildren::-moz-tree-cell-text(lc-33FF33) {
   color: #33FF33
 }
   color: #33FF33
 }
-treechildren:-moz-tree-row(lc-33FF33, selected) {
+treechildren::-moz-tree-row(lc-33FF33, selected) {
   background-color: #33FF33;
 }
 
   background-color: #33FF33;
 }
 
-treechildren:-moz-tree-cell-text(lc-33CC00) {
+treechildren::-moz-tree-cell-text(lc-33CC00) {
   color: #33CC00
 }
   color: #33CC00
 }
-treechildren:-moz-tree-row(lc-33CC00, selected) {
+treechildren::-moz-tree-row(lc-33CC00, selected) {
   background-color: #33CC00;
 }
 
   background-color: #33CC00;
 }
 
-treechildren:-moz-tree-cell-text(lc-009900) {
+treechildren::-moz-tree-cell-text(lc-009900) {
   color: #009900
 }
   color: #009900
 }
-treechildren:-moz-tree-row(lc-009900, selected) {
+treechildren::-moz-tree-row(lc-009900, selected) {
   background-color: #009900;
 }
 
   background-color: #009900;
 }
 
-treechildren:-moz-tree-cell-text(lc-006600) {
+treechildren::-moz-tree-cell-text(lc-006600) {
   color: #006600
 }
   color: #006600
 }
-treechildren:-moz-tree-row(lc-006600, selected) {
+treechildren::-moz-tree-row(lc-006600, selected) {
   background-color: #006600;
 }
 
   background-color: #006600;
 }
 
-treechildren:-moz-tree-cell-text(lc-003300) {
+treechildren::-moz-tree-cell-text(lc-003300) {
   color: #003300
 }
   color: #003300
 }
-treechildren:-moz-tree-row(lc-003300, selected) {
+treechildren::-moz-tree-row(lc-003300, selected) {
   background-color: #003300;
 }
 
 
   background-color: #003300;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-99FFFF) {
+treechildren::-moz-tree-cell-text(lc-99FFFF) {
   color: #99FFFF
 }
   color: #99FFFF
 }
-treechildren:-moz-tree-row(lc-99FFFF, selected) {
+treechildren::-moz-tree-row(lc-99FFFF, selected) {
   background-color: #99FFFF;
 }
 
   background-color: #99FFFF;
 }
 
-treechildren:-moz-tree-cell-text(lc-33FFFF) {
+treechildren::-moz-tree-cell-text(lc-33FFFF) {
   color: #33FFFF
 }
   color: #33FFFF
 }
-treechildren:-moz-tree-row(lc-33FFFF, selected) {
+treechildren::-moz-tree-row(lc-33FFFF, selected) {
   background-color: #33FFFF;
 }
 
   background-color: #33FFFF;
 }
 
-treechildren:-moz-tree-cell-text(lc-66CCCC) {
+treechildren::-moz-tree-cell-text(lc-66CCCC) {
   color: #66CCCC
 }
   color: #66CCCC
 }
-treechildren:-moz-tree-row(lc-66CCCC, selected) {
+treechildren::-moz-tree-row(lc-66CCCC, selected) {
   background-color: #66CCCC;
 }
 
   background-color: #66CCCC;
 }
 
-treechildren:-moz-tree-cell-text(lc-00CCCC) {
+treechildren::-moz-tree-cell-text(lc-00CCCC) {
   color: #00CCCC
 }
   color: #00CCCC
 }
-treechildren:-moz-tree-row(lc-00CCCC, selected) {
+treechildren::-moz-tree-row(lc-00CCCC, selected) {
   background-color: #00CCCC;
 }
 
   background-color: #00CCCC;
 }
 
-treechildren:-moz-tree-cell-text(lc-339999) {
+treechildren::-moz-tree-cell-text(lc-339999) {
   color: #339999
 }
   color: #339999
 }
-treechildren:-moz-tree-row(lc-339999, selected) {
+treechildren::-moz-tree-row(lc-339999, selected) {
   background-color: #339999;
 }
 
   background-color: #339999;
 }
 
-treechildren:-moz-tree-cell-text(lc-336666) {
+treechildren::-moz-tree-cell-text(lc-336666) {
   color: #336666
 }
   color: #336666
 }
-treechildren:-moz-tree-row(lc-336666, selected) {
+treechildren::-moz-tree-row(lc-336666, selected) {
   background-color: #336666;
 }
 
   background-color: #336666;
 }
 
-treechildren:-moz-tree-cell-text(lc-003333) {
+treechildren::-moz-tree-cell-text(lc-003333) {
   color: #003333
 }
   color: #003333
 }
-treechildren:-moz-tree-row(lc-003333, selected) {
+treechildren::-moz-tree-row(lc-003333, selected) {
   background-color: #003333;
 }
 
 
   background-color: #003333;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-CCFFFF) {
+treechildren::-moz-tree-cell-text(lc-CCFFFF) {
   color: #CCFFFF
 }
   color: #CCFFFF
 }
-treechildren:-moz-tree-row(lc-CCFFFF, selected) {
+treechildren::-moz-tree-row(lc-CCFFFF, selected) {
   background-color: #CCFFFF;
 }
 
   background-color: #CCFFFF;
 }
 
-treechildren:-moz-tree-cell-text(lc-66FFFF) {
+treechildren::-moz-tree-cell-text(lc-66FFFF) {
   color: #66FFFF
 }
   color: #66FFFF
 }
-treechildren:-moz-tree-row(lc-66FFFF, selected) {
+treechildren::-moz-tree-row(lc-66FFFF, selected) {
   background-color: #66FFFF;
 }
 
   background-color: #66FFFF;
 }
 
-treechildren:-moz-tree-cell-text(lc-33CCFF) {
+treechildren::-moz-tree-cell-text(lc-33CCFF) {
   color: #33CCFF
 }
   color: #33CCFF
 }
-treechildren:-moz-tree-row(lc-33CCFF, selected) {
+treechildren::-moz-tree-row(lc-33CCFF, selected) {
   background-color: #33CCFF;
 }
 
   background-color: #33CCFF;
 }
 
-treechildren:-moz-tree-cell-text(lc-3366FF) {
+treechildren::-moz-tree-cell-text(lc-3366FF) {
   color: #3366FF
 }
   color: #3366FF
 }
-treechildren:-moz-tree-row(lc-3366FF, selected) {
+treechildren::-moz-tree-row(lc-3366FF, selected) {
   background-color: #3366FF;
 }
 
   background-color: #3366FF;
 }
 
-treechildren:-moz-tree-cell-text(lc-3333FF) {
+treechildren::-moz-tree-cell-text(lc-3333FF) {
   color: #3333FF
 }
   color: #3333FF
 }
-treechildren:-moz-tree-row(lc-3333FF, selected) {
+treechildren::-moz-tree-row(lc-3333FF, selected) {
   background-color: #3333FF;
 }
 
   background-color: #3333FF;
 }
 
-treechildren:-moz-tree-cell-text(lc-000099) {
+treechildren::-moz-tree-cell-text(lc-000099) {
   color: #000099
 }
   color: #000099
 }
-treechildren:-moz-tree-row(lc-000099, selected) {
+treechildren::-moz-tree-row(lc-000099, selected) {
   background-color: #000099;
 }
 
   background-color: #000099;
 }
 
-treechildren:-moz-tree-cell-text(lc-000066) {
+treechildren::-moz-tree-cell-text(lc-000066) {
   color: #000066
 }
   color: #000066
 }
-treechildren:-moz-tree-row(lc-000066, selected) {
+treechildren::-moz-tree-row(lc-000066, selected) {
   background-color: #000066;
 }
 
 
   background-color: #000066;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-CCCCFF) {
+treechildren::-moz-tree-cell-text(lc-CCCCFF) {
   color: #CCCCFF
 }
   color: #CCCCFF
 }
-treechildren:-moz-tree-row(lc-CCCCFF, selected) {
+treechildren::-moz-tree-row(lc-CCCCFF, selected) {
   background-color: #CCCCFF;
 }
 
   background-color: #CCCCFF;
 }
 
-treechildren:-moz-tree-cell-text(lc-9999FF) {
+treechildren::-moz-tree-cell-text(lc-9999FF) {
   color: #9999FF
 }
   color: #9999FF
 }
-treechildren:-moz-tree-row(lc-9999FF, selected) {
+treechildren::-moz-tree-row(lc-9999FF, selected) {
   background-color: #9999FF;
 }
 
   background-color: #9999FF;
 }
 
-treechildren:-moz-tree-cell-text(lc-6666CC) {
+treechildren::-moz-tree-cell-text(lc-6666CC) {
   color: #6666CC
 }
   color: #6666CC
 }
-treechildren:-moz-tree-row(lc-6666CC, selected) {
+treechildren::-moz-tree-row(lc-6666CC, selected) {
   background-color: #6666CC;
 }
 
   background-color: #6666CC;
 }
 
-treechildren:-moz-tree-cell-text(lc-6633FF) {
+treechildren::-moz-tree-cell-text(lc-6633FF) {
   color: #6633FF
 }
   color: #6633FF
 }
-treechildren:-moz-tree-row(lc-6633FF, selected) {
+treechildren::-moz-tree-row(lc-6633FF, selected) {
   background-color: #6633FF;
 }
 
   background-color: #6633FF;
 }
 
-treechildren:-moz-tree-cell-text(lc-6600CC) {
+treechildren::-moz-tree-cell-text(lc-6600CC) {
   color: #6600CC
 }
   color: #6600CC
 }
-treechildren:-moz-tree-row(lc-6600CC, selected) {
+treechildren::-moz-tree-row(lc-6600CC, selected) {
   background-color: #6600CC;
 }
 
   background-color: #6600CC;
 }
 
-treechildren:-moz-tree-cell-text(lc-333399) {
+treechildren::-moz-tree-cell-text(lc-333399) {
   color: #333399
 }
   color: #333399
 }
-treechildren:-moz-tree-row(lc-333399, selected) {
+treechildren::-moz-tree-row(lc-333399, selected) {
   background-color: #333399;
 }
 
   background-color: #333399;
 }
 
-treechildren:-moz-tree-cell-text(lc-330099) {
+treechildren::-moz-tree-cell-text(lc-330099) {
   color: #330099
 }
   color: #330099
 }
-treechildren:-moz-tree-row(lc-330099, selected) {
+treechildren::-moz-tree-row(lc-330099, selected) {
   background-color: #330099;
 }
 
 
   background-color: #330099;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-FFCCFF) {
+treechildren::-moz-tree-cell-text(lc-FFCCFF) {
   color: #FFCCFF
 }
   color: #FFCCFF
 }
-treechildren:-moz-tree-row(lc-FFCCFF, selected) {
+treechildren::-moz-tree-row(lc-FFCCFF, selected) {
   background-color: #FFCCFF;
 }
 
   background-color: #FFCCFF;
 }
 
-treechildren:-moz-tree-cell-text(lc-FF99FF) {
+treechildren::-moz-tree-cell-text(lc-FF99FF) {
   color: #FF99FF
 }
   color: #FF99FF
 }
-treechildren:-moz-tree-row(lc-FF99FF, selected) {
+treechildren::-moz-tree-row(lc-FF99FF, selected) {
   background-color: #FF99FF;
 }
 
   background-color: #FF99FF;
 }
 
-treechildren:-moz-tree-cell-text(lc-CC66CC) {
+treechildren::-moz-tree-cell-text(lc-CC66CC) {
   color: #CC66CC
 }
   color: #CC66CC
 }
-treechildren:-moz-tree-row(lc-CC66CC, selected) {
+treechildren::-moz-tree-row(lc-CC66CC, selected) {
   background-color: #CC66CC;
 }
 
   background-color: #CC66CC;
 }
 
-treechildren:-moz-tree-cell-text(lc-CC33CC) {
+treechildren::-moz-tree-cell-text(lc-CC33CC) {
   color: #CC33CC
 }
   color: #CC33CC
 }
-treechildren:-moz-tree-row(lc-CC33CC, selected) {
+treechildren::-moz-tree-row(lc-CC33CC, selected) {
   background-color: #CC33CC;
 }
 
   background-color: #CC33CC;
 }
 
-treechildren:-moz-tree-cell-text(lc-993399) {
+treechildren::-moz-tree-cell-text(lc-993399) {
   color: #993399
 }
   color: #993399
 }
-treechildren:-moz-tree-row(lc-993399, selected) {
+treechildren::-moz-tree-row(lc-993399, selected) {
   background-color: #993399;
 }
 
   background-color: #993399;
 }
 
-treechildren:-moz-tree-cell-text(lc-663366) {
+treechildren::-moz-tree-cell-text(lc-663366) {
   color: #663366
 }
   color: #663366
 }
-treechildren:-moz-tree-row(lc-663366, selected) {
+treechildren::-moz-tree-row(lc-663366, selected) {
   background-color: #663366;
 }
 
   background-color: #663366;
 }
 
-treechildren:-moz-tree-cell-text(lc-330033) {
+treechildren::-moz-tree-cell-text(lc-330033) {
   color: #330033
 }
   color: #330033
 }
-treechildren:-moz-tree-row(lc-330033, selected) {
+treechildren::-moz-tree-row(lc-330033, selected) {
   background-color: #330033;
 }
 
 
   background-color: #330033;
 }
 
 
-treechildren:-moz-tree-cell-text(lc-white, selected) {
+treechildren::-moz-tree-cell-text(lc-white, selected) {
   color: #FFFFFF
 }
   color: #FFFFFF
 }
-treechildren:-moz-tree-cell-text(lc-black, selected) {
+treechildren::-moz-tree-cell-text(lc-black, selected) {
   color: #000000
 }
   color: #000000
 }
index a10d7cd80a86758a0b1c10e76873c86bf3a89d46..2498945d0fc6a9a97e37fd53e748cd4510dd7ba3 100644 (file)
@@ -194,11 +194,11 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 
 /* ::::: autocomplete ::::: */
 
 
 /* ::::: autocomplete ::::: */
 
-.autocomplete-treebody:-moz-tree-cell-text(value) {
+.autocomplete-treebody::-moz-tree-cell-text(value) {
   padding-left: 13px;
 }
 
   padding-left: 13px;
 }
 
-.autocomplete-treebody:-moz-tree-cell-text(comment) {
+.autocomplete-treebody::-moz-tree-cell-text(comment) {
   color: #808080;
 /*  font-style: italic; */
 }
   color: #808080;
 /*  font-style: italic; */
 }