From c3c5761b9e8a58462f563cc4ae5a51c5c59834a9 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 7 Apr 2013 22:07:41 +0200 Subject: [PATCH] update both themes for suite classic changes in SeaMonkey 2.18 cycle --- EarlyBlue/communicator/communicator.css | 4 ++ EarlyBlue/messenger/folderPane.css | 15 +++--- EarlyBlue/messenger/newmailalert.css | 67 ++++++++++++++++++++++++ LCARStrek/communicator/communicator.css | 4 ++ LCARStrek/messenger/folderPane.css | 15 +++--- LCARStrek/messenger/newmailalert.css | 68 +++++++++++++++++++++++++ 6 files changed, 161 insertions(+), 12 deletions(-) create mode 100644 EarlyBlue/messenger/newmailalert.css create mode 100644 LCARStrek/messenger/newmailalert.css diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index 5bbce529..cb6170f3 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -144,3 +144,7 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] { .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"); +} diff --git a/EarlyBlue/messenger/folderPane.css b/EarlyBlue/messenger/folderPane.css index 5e5d6c6a..8fbaf70e 100644 --- a/EarlyBlue/messenger/folderPane.css +++ b/EarlyBlue/messenger/folderPane.css @@ -19,6 +19,15 @@ treechildren::-moz-tree-image(folderNameCol) { 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"); } @@ -104,12 +113,6 @@ treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) { 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"], diff --git a/EarlyBlue/messenger/newmailalert.css b/EarlyBlue/messenger/newmailalert.css new file mode 100644 index 00000000..ebc56aaa --- /dev/null +++ b/EarlyBlue/messenger/newmailalert.css @@ -0,0 +1,67 @@ +/* -*- 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; +} diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 7cf71757..c57652ce 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -180,3 +180,7 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active { .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"); +} diff --git a/LCARStrek/messenger/folderPane.css b/LCARStrek/messenger/folderPane.css index c65a8ac3..56176670 100644 --- a/LCARStrek/messenger/folderPane.css +++ b/LCARStrek/messenger/folderPane.css @@ -19,6 +19,15 @@ treechildren::-moz-tree-image(folderNameCol) { 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"); } @@ -104,12 +113,6 @@ treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) { 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"], diff --git a/LCARStrek/messenger/newmailalert.css b/LCARStrek/messenger/newmailalert.css new file mode 100644 index 00000000..1eafc6ea --- /dev/null +++ b/LCARStrek/messenger/newmailalert.css @@ -0,0 +1,68 @@ +/* -*- 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; +} -- 2.35.3