.messageImage[value="popup-blocked"] {
list-style-image: url("chrome://navigator/skin/icons/popup-blocked.gif");
}
+
+.messageImage[value="blocked-badware-page"] {
+ list-style-image: url("chrome://global/skin/icons/blacklist_favicon.png");
+}
list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
}
+/* ..... IMAP shared ..... */
+
+.icon-holder[type="folder"][ImapShared="true"],
+treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
+ list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
+}
+
+/* ..... mail folder with new messages ..... */
+
treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
}
font-weight: bold;
}
-.icon-holder[type="folder"][ImapShared="true"],
-treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
- -moz-padding-end: 2px;
- list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
-}
-
/* ..... Server Folders ..... */
.icon-holder[type="folder"][IsServer="true"],
--- /dev/null
+/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+/* ===== alert.css =====================================================
+ == Styles specific to the alerts dialog.
+ ======================================================================= */
+
+@import url("chrome://messenger/skin/");
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+#newMailAlertNotification {
+ min-height: 60px;
+ border: ridge #9999CC 4px;
+}
+
+#alertImage {
+ list-style-image: url("chrome://branding/content/icon64.png");
+}
+
+#alertImageBox {
+ padding: 4px;
+}
+
+#alertTitle {
+ font-weight: bold;
+}
+
+#alertTextBox {
+ padding: 4px;
+ -moz-padding-end: 16px;
+}
+
+.folderSummary-message-row
+{
+ /* This max width ends up dictating the overall width of the alert window
+ because it controls how large the preview, subject and sender text can be
+ before cropping kicks in */
+ max-width: 450px;
+ padding: 0px 5px;
+}
+
+.folderSummary-subject {
+ font-weight: bold;
+}
+
+.folderSummary-sender, .folderSummary-subject {
+ cursor: inherit;
+}
+
+.folderSummary-previewText {
+ color: #808080;
+}
+
+.folderSummaryMessage:hover > .folderSummary-message-row {
+ cursor: pointer;
+ color: #666699;
+}
+
+#closeButton {
+ list-style-image: url("chrome://global/skin/icons/close-button.gif");
+ -moz-appearance: none;
+ border: none !important;
+ padding: 2px 0px 0px;
+}
.messageImage[value="popup-blocked"] {
list-style-image: url("chrome://navigator/skin/icons/popup-blocked.gif");
}
+
+.messageImage[value="blocked-badware-page"] {
+ list-style-image: url("chrome://global/skin/icons/blacklist_favicon.png");
+}
list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
}
+/* ..... IMAP shared ..... */
+
+.icon-holder[type="folder"][ImapShared="true"],
+treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
+ list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
+}
+
+/* ..... mail folder with new messages ..... */
+
treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
}
font-weight: bold;
}
-.icon-holder[type="folder"][ImapShared="true"],
-treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
- -moz-padding-end: 2px;
- list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
-}
-
/* ..... Server Folders ..... */
.icon-holder[type="folder"][IsServer="true"],
--- /dev/null
+/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+/* ===== alert.css =====================================================
+ == Styles specific to the alerts dialog.
+ ======================================================================= */
+
+@import url("chrome://messenger/skin/");
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+#newMailAlertNotification {
+ min-height: 60px;
+ border: 1px solid #9C9CFF;
+ border-radius: 5px;
+}
+
+#alertImage {
+ list-style-image: url("chrome://branding/content/icon64.png");
+}
+
+#alertImageBox {
+ padding: 4px;
+}
+
+#alertTitle {
+ font-weight: bold;
+}
+
+#alertTextBox {
+ padding: 4px;
+ -moz-padding-end: 16px;
+}
+
+.folderSummary-message-row
+{
+ /* This max width ends up dictating the overall width of the alert window
+ because it controls how large the preview, subject and sender text can be
+ before cropping kicks in */
+ max-width: 450px;
+ padding: 0px 5px;
+}
+
+.folderSummary-subject {
+ font-weight: bold;
+}
+
+.folderSummary-sender, .folderSummary-subject {
+ cursor: inherit;
+}
+
+.folderSummary-previewText {
+ color: #A09090;
+}
+
+.folderSummaryMessage:hover > .folderSummary-message-row {
+ cursor: pointer;
+ color: #9C9CFF;
+}
+
+#closeButton {
+ list-style-image: url("chrome://global/skin/icons/close-button.gif");
+ -moz-appearance: none;
+ border: none !important;
+ padding: 2px 0px 0px;
+}