/spicebird-0.7.1/mozilla/mail/themes/pinstripe/mail/folderPane.css
# · CSS · 159 lines · 104 code · 34 blank · 21 comment · 0 complexity · e54b411a144fb9f70c5a381f78bf51e3 MD5 · raw file
- /* ::::: Folder Pane ::::: */
- .tabmail-tab[type="folder"] .tab-icon-image {
- list-style-image: url("chrome://messenger/skin/icons/folder-closed.png");
- }
- .tabmail-tab[type="folder"][selected="true"] .tab-icon-image {
- list-style-image: url("chrome://messenger/skin/icons/folder-open.png");
- }
- treechildren::-moz-tree-image(folderNameCol) {
- margin-right: 2px;
- list-style-image: url("chrome://messenger/skin/icons/folder-closed.png");
- }
- treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
- list-style-image: url("chrome://messenger/skin/icons/folder-closed.png");
- }
- /* ..... Inbox ..... */
- .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image ,
- treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
- list-style-image: url("chrome://messenger/skin/icons/folder-inbox.png");
- }
- treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
- list-style-image: url("chrome://messenger/skin/icons/folder-inbox.png");
- }
- /* ..... Sent ..... */
- .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image ,
- treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
- list-style-image: url("chrome://messenger/skin/icons/folder-sent.png");
- }
- /* ..... Unsent ..... */
- .tabmail-tab[type="folder"][SpecialFolder="Unsent Messages"] .tab-icon-image ,
- treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
- list-style-image: url("chrome://messenger/skin/icons/folder-outbox.png");
- }
- /* ..... Drafts ..... */
- .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image ,
- treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
- list-style-image: url("chrome://messenger/skin/icons/folder-draft.png");
- }
- /* ..... Templates ..... */
- .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image ,
- treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
- list-style-image: url("chrome://messenger/skin/icons/folder-template.png");
- }
- /* ..... Junk ..... */
- .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image ,
- treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
- list-style-image: url("chrome://messenger/skin/icons/folder-junk.png");
- }
- /* ..... Trash ..... */
- .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image ,
- treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
- list-style-image: url("chrome://messenger/skin/icons/folder-trash.png");
- }
- treechildren::-moz-tree-image(folderNameCol, isServer-true) {
- list-style-image: url("chrome://messenger/skin/icons/server-mail.png");
- }
- treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
- list-style-image: url("chrome://messenger/skin/icons/server-mail.png");
- }
- treechildren::-moz-tree-cell-text(folderNameCol, biffState-NewMail, isServer-true),
- treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
- treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
- font-weight: bold;
- color: blue;
- }
- treechildren::-moz-tree-cell(folderNameCol, newMessages-true),
- treechildren::-moz-tree-cell(folderNameCol, specialFolder-Inbox, newMessages-true) {
- }
- /* Disable Shared Folder Rule for now
- treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
- list-style-image: url("chrome://messenger/skin/icons/folder-share.png");
- }
- */
- /* ..... Server Folders ..... */
- treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
- list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png");
- }
- treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
- list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png");
- }
- treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
- list-style-image: url("chrome://messenger/skin/icons/server-local.png");
- }
- /* ..... News Folders ..... */
- .tabmail-tab[type="folder"][ServerType="nntp"] .tab-icon-image ,
- treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
- list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png");
- }
- treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
- list-style-image: url("chrome://messenger/skin/icons/server-news.png");
- }
- treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
- list-style-image: url("chrome://messenger/skin/icons/server-news-lock.png");
- }
- /* ..... Saved Search Folder ..... */
- .tabmail-tab[type="folder"][SpecialFolder="Virtual"] .tab-icon-image ,
- 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) {
- font-weight: bold;
- }
- treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
- font-weight: bold;
- }
- treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
- color: gray;
- font-style: italic;
- }
- .tree-folder-checkbox {
- list-style-image: none;
- }
- /* ::::: Folder Summary Popup ::::: */
- .folderSummary-message-row {
- /* This max width ends up dictating the overall width of the popup
- because it controls how large the preview, subject and sender text can be
- before cropping kicks in */
- max-width: 450px;
- }
- .folderSummary-subject {
- font-weight: bold;
- }
- .folderSummary-previewText {
- color: grey;
- }