big tree->listbox/outliner; outliner-> update
[themes.git] / EarlyBlue / messenger / messengercompose / messengercompose.css
index 1fa67279764e57b97023492bfb56088db2d125d5..5a1014f9a4020808c003db8aa37e9972a00bd28b 100644 (file)
 
 /* ::::: autocomplete icons ::::: */
 
-outlinerbody:-moz-outliner-cell-text(default-match) {
+treechildren:-moz-tree-cell-text(default-match) {
   margin: 2px -3px 2px 15px;
   border: none;
 }
 
-outlinerbody:-moz-outliner-image(local-abook) {
+treechildren:-moz-tree-image(local-abook) {
   margin: 2px -1px 2px 4px;
-  border: none;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
-outlinerbody:-moz-outliner-image(remote-abook) {
+treechildren:-moz-tree-image(remote-abook) {
   margin: 2px -3px 2px 2px;
-  border: none;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
-outlinerbody:-moz-outliner-image(remote-err) {
+treechildren:-moz-tree-image(remote-err) {
   margin: 2px -3px 2px 2px;
-  border: none;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
 }