Bug 290646 Simplify some style rules in threadpane.css

p=stefan_h@hem.utfors.se r=mnyromyr sr=neil.parkwaycc.co.uk a=asa
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-04-21 22:06:12 +00:00
Родитель 21f1ab3b18
Коммит 147820e38a
2 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

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

Просмотреть файл

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