Bug #270477 --> now virtual folders living under news accounts show the saved search icon

instead of a newsgroup icon by moving the virtual folder style rule afer the
news folder CSS.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166123 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-12-02 01:51:55 +00:00
parent 803503bb58
commit 2e6149b187
2 changed files with 33 additions and 14 deletions

View File

@@ -123,9 +123,6 @@ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
list-style-image: url("chrome://messenger/skin/icons/folder-trash.png");
}
/* ..... Saved Search Folder ..... */
treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
treechildren::-moz-tree-image(folderNameCol, isServer-true) {
list-style-image: url("chrome://messenger/skin/icons/server-mail.png");
}
@@ -179,6 +176,12 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isS
list-style-image: url("chrome://messenger/skin/icons/server-news-lock.png");
}
/* ..... Saved Search Folder ..... */
treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
list-style-image: url("chrome://messenger/skin/icons/saved-search-folder.png");
}
/* ::::: All Servers ::::: */
treechildren::-moz-tree-cell-text(subfoldersHaveUnreadMessages-true) {
@@ -444,11 +447,29 @@ treechildren::-moz-tree-image(news, threadCol, ignore) {
border-right: 1px solid #bebebe;
}
border-right: 1px solid #bebebe;
/* ::::: group rows ::::: */
treechildren::-moz-tree-row(dummy) {
background-image: url("chrome://messenger/skin/icons/group-background.gif");
background-repeat: repeat-x;
background-color: rgb(246, 246, 246);
border: 1px solid rgb(197, 199, 202);
margin-right: 1px;
margin-left: 1px;
}
treechildren::-moz-tree-row(dummy, selected) {
background-color: -moz-Dialog;
}
treechildren::-moz-tree-row(dummy, selected, focus) {
background-color: Highlight;
}
treechildren::-moz-tree-cell-text(dummy) {
font-weight: bold;
}
/* ::::: thread labels decoration ::::: */

View File

@@ -96,16 +96,8 @@ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
list-style-image: url("chrome://messenger/skin/icons/folder-trash.png");
}
/* ..... Saved Search Folder ..... */
treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
list-style-image: url("chrome://messenger/skin/icons/folder-search.png");
}
/* ..... Servers ..... */
treechildren::-moz-tree-image(folderNameCol, isServer-true) {
list-style-image: url("chrome://messenger/skin/icons/server-mail.png");
}
@@ -159,6 +151,12 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isS
list-style-image: url("chrome://messenger/skin/icons/server-news-lock.png");
}
/* ..... Saved Search Folder ..... */
treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
list-style-image: url("chrome://messenger/skin/icons/folder-search.png");
}
/* ::::: All Servers ::::: */
treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {