keeping up with classic trunk and EarlyBlue
[themes.git] / LCARStrek / messenger / threadPane.css
index a109efafa8014154913749520ed2b64b2d8fb134..c380c226ba45cacc15168eb907b8cc566c2b3370 100644 (file)
@@ -234,19 +234,19 @@ treechildren:-moz-tree-image(subjectCol, news, offline) {
 
 /* ..... new thread icons for watch and ignore ..... */
 
-treechildren:-moz-tree-image(news, threadCol, container, watch) {
+treechildren:-moz-tree-image(news, threadCol, watch) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, ignore) {
+treechildren:-moz-tree-image(news, threadCol, ignore) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, watch, offline) {
+treechildren:-moz-tree-image(news, threadCol, watch, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-eye.gif");
 }
 
-treechildren:-moz-tree-image(news, threadCol, container, ignore, offline) {
+treechildren:-moz-tree-image(news, threadCol, ignore, offline) {
   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-kill.gif");
 }