diff --git a/themes/classic/messenger/threadPane.css b/themes/classic/messenger/threadPane.css index 583c1470b5d0..bf4044fe85d4 100644 --- a/themes/classic/messenger/threadPane.css +++ b/themes/classic/messenger/threadPane.css @@ -100,15 +100,15 @@ treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { /* ..... thread column ..... */ -treecol.threadColumnHeader { +.threadColumnHeader { list-style-image: url("chrome://messenger/skin/icons/unthreadcol.gif"); } -treecol.threadColumnHeader[sortDirection="ascending"] { +.threadColumnHeader[sortDirection="ascending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } -treecol.threadColumnHeader[sortDirection="descending"] { +.threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } @@ -130,7 +130,7 @@ treechildren::-moz-tree-image(threadCol, container, hasUnread, open) { /* ..... read column ..... */ -treecol.readColumnHeader { +.readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol.gif"); } @@ -144,7 +144,7 @@ treechildren::-moz-tree-image(unreadButtonColHeader, unread) { /* ..... flag column ..... */ -treecol.flagColumnHeader { +.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol.gif"); } @@ -158,7 +158,7 @@ treechildren::-moz-tree-image(flaggedCol, flagged) { /* ..... junkStatus column ..... */ -treecol.junkStatusHeader { +.junkStatusHeader { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); padding: 0px 4px 0px 0px; } diff --git a/themes/modern/messenger/threadPane.css b/themes/modern/messenger/threadPane.css index 1161504d2cd5..99acc428d8ad 100644 --- a/themes/modern/messenger/threadPane.css +++ b/themes/modern/messenger/threadPane.css @@ -99,15 +99,15 @@ treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { /* ..... thread column ..... */ -treecol.threadColumnHeader { +.threadColumnHeader { list-style-image: url("chrome://messenger/skin/icons/threadcol-unthreaded.gif"); } -treecol.threadColumnHeader[sortDirection="ascending"] { +.threadColumnHeader[sortDirection="ascending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol-threaded.gif"); } -treecol.threadColumnHeader[sortDirection="descending"] { +.threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol-threaded.gif"); } @@ -155,7 +155,7 @@ treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, off /* ..... read column ..... */ -treecol.readColumnHeader { +.readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol-unread.gif"); } @@ -171,7 +171,7 @@ treechildren::-moz-tree-image(unreadButtonColHeader, unread) { /* ..... flag column ..... */ -treecol.flagColumnHeader { +.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol-flagged.gif"); } @@ -187,7 +187,7 @@ treechildren::-moz-tree-image(flaggedCol, flagged) { /* ..... junkStatus column ..... */ -treecol.junkStatusHeader { +.junkStatusHeader { list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif"); }