Bug #245741 --> Re-use qute artwork for shared imap folder icons

This commit is contained in:
scott%scott-macgregor.org 2004-06-06 20:46:04 +00:00
Родитель 790167bd82
Коммит 6a2d498716
3 изменённых файлов: 29 добавлений и 1 удалений

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

@ -113,10 +113,13 @@ treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessage
font-weight: bold;
}
treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
/* Disable rules for special shared folder artwork until we actually have new artwork for these icons */
/* treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
}
*/
/* ..... Server Folders ..... */

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

@ -103,9 +103,11 @@ treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessage
font-weight: bold;
}
/*
treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
list-style-image: url("chrome://messenger/skin/icons/folder-share.png");
}
*/
/* ..... Server Folders ..... */

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

@ -458,9 +458,12 @@ toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:
/* ::::: end small primary toolbar buttons ::::: */
/* ::::: junk message bar style rules ::::: */
#junkBarImage {
list-style-image: url("chrome://messenger/skin/icons/mail-toolbar-small.png");
-moz-image-region: rect(0px 160px 20px 140px);
padding-left: 3px;
}
#junkBarMessage {
@ -478,3 +481,23 @@ toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:
#junkIcon {
list-style-image: url("chrome://messenger/skin/icons/folder-junk.png");
}
/* ::::: remote content bar status rules ::::: */
#remoteContentMessage {
font-weight: bold;
}
#remoteContentImage {
list-style-image: url("chrome://messenger/skin/icons/mail-toolbar-small.png"); /* temporary artwork!! */
-moz-image-region: rect(0px 140px 20px 120px);
padding-left: 3px;
}
#remoteContentBar {
border-bottom: 1px solid;
-moz-border-bottom-colors: #000000;
-moz-appearance: toolbox;
background-color: -moz-Dialog;
color: black;
}