Bug 473207: clean up after gnomestripe landing (and more) - part 2. r=standard8
--- a/mail/themes/gnomestripe/jar.mn
+++ b/mail/themes/gnomestripe/jar.mn
@@ -6,17 +6,17 @@ classic.jar:
% skin messenger classic/1.0 %skin/classic/messenger/
skin/classic/messenger/primaryToolbar.css (mail/primaryToolbar.css)
skin/classic/messenger/accountCentral.css (mail/accountCentral.css)
skin/classic/messenger/accountManage.css (mail/accountManage.css)
skin/classic/messenger/accountWizard.css (mail/accountWizard.css)
skin/classic/messenger/messageHeader.css (mail/messageHeader.css)
skin/classic/messenger/messageBody.css (mail/messageBody.css)
skin/classic/messenger/messageQuotes.css (mail/messageQuotes.css)
-* skin/classic/messenger/messenger.css (mail/messenger.css)
+ skin/classic/messenger/messenger.css (mail/messenger.css)
skin/classic/messenger/mailWindow1.css (mail/mailWindow1.css)
skin/classic/messenger/tagColors.css (mail/tagColors.css)
skin/classic/messenger/messageWindow.css (mail/messageWindow.css)
skin/classic/messenger/searchBox.css (mail/searchBox.css)
skin/classic/messenger/junkMail.css (mail/junkMail.css)
skin/classic/messenger/folderMenus.css (mail/folderMenus.css)
skin/classic/messenger/folderPane.css (mail/folderPane.css)
skin/classic/messenger/subscribe.css (mail/subscribe.css)
deleted file mode 100644
--- a/mail/themes/gnomestripe/mail/newMailAlertUnix.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/* ===== newMailAlertUnix.css ===============================================
- == Styles specific to the unix alerts dialog.
- == See bug 332160 on the problem this fixes.
- ======================================================================= */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* Reset the default CSS rules for #newMailAlertNotification. */
-#newMailAlertNotification {
- border: none;
-}
-
-/* Apply the default CSS rules of #newMailAlertNotification on #alertContainer instead. */
-#alertContainer {
- min-height: 60px;
- border: ridge #5486DA 4px;
- background-color: -moz-Dialog;
- color: -moz-DialogText;
-}
-
--- a/mail/themes/qute/jar.mn
+++ b/mail/themes/qute/jar.mn
@@ -6,17 +6,17 @@ classic.jar:
% skin messenger classic/1.0 %skin/classic/messenger/
skin/classic/messenger/primaryToolbar.css (mail/primaryToolbar.css)
skin/classic/messenger/accountCentral.css (mail/accountCentral.css)
skin/classic/messenger/accountManage.css (mail/accountManage.css)
skin/classic/messenger/accountWizard.css (mail/accountWizard.css)
skin/classic/messenger/messageHeader.css (mail/messageHeader.css)
skin/classic/messenger/messageBody.css (mail/messageBody.css)
skin/classic/messenger/messageQuotes.css (mail/messageQuotes.css)
-* skin/classic/messenger/messenger.css (mail/messenger.css)
+ skin/classic/messenger/messenger.css (mail/messenger.css)
skin/classic/messenger/mailWindow1.css (mail/mailWindow1.css)
skin/classic/messenger/tagColors.css (mail/tagColors.css)
skin/classic/messenger/messageWindow.css (mail/messageWindow.css)
skin/classic/messenger/searchBox.css (mail/searchBox.css)
skin/classic/messenger/junkMail.css (mail/junkMail.css)
skin/classic/messenger/folderMenus.css (mail/folderMenus.css)
skin/classic/messenger/folderPane.css (mail/folderPane.css)
skin/classic/messenger/subscribe.css (mail/subscribe.css)
deleted file mode 100644
--- a/mail/themes/qute/mail/compose/editorOverlay.css
+++ /dev/null
@@ -1,71 +0,0 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * Magnus Melin <mkmelin+mozilla@iki.fi>.
- * Portions created by the Initial Developer are Copyright (C) 2008
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
-%ifdef MOZ_WIDGET_GTK2
-/** Stock icons for the menu items. */
-#fontFaceMenu {
- -moz-binding: url("chrome://global/content/bindings/menu.xml#menu-iconic");
- list-style-image: url("moz-icon://stock/gtk-select-font?size=menu");
-}
-
-#increaseIndent {
- list-style-image: url("moz-icon://stock/gtk-indent?size=menu");
-}
-
-#decreaseIndent {
- list-style-image: url("moz-icon://stock/gtk-unindent?size=menu");
-}
-
-#menu_styleBold {
- list-style-image: url("moz-icon://stock/gtk-bold?size=menu");
-}
-
-#menu_styleItalic {
- list-style-image: url("moz-icon://stock/gtk-italic?size=menu");
-}
-
-#menu_styleUnderline {
- list-style-image: url("moz-icon://stock/gtk-underline?size=menu");
-}
-
-#menu_styleUnderline {
- list-style-image: url("moz-icon://stock/gtk-underline?size=menu");
-}
-
-#menu_styleStrikeThru {
- list-style-image: url("moz-icon://stock/gtk-strikethrough?size=menu");
-}
-%endif
deleted file mode 100644
--- a/mail/themes/qute/mail/newMailAlertUnix.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/* ===== newMailAlertUnix.css ===============================================
- == Styles specific to the unix alerts dialog.
- == See bug 332160 on the problem this fixes.
- ======================================================================= */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* Reset the default CSS rules for #newMailAlertNotification. */
-#newMailAlertNotification {
- border: none;
-}
-
-/* Apply the default CSS rules of #newMailAlertNotification on #alertContainer instead. */
-#alertContainer {
- min-height: 60px;
- border: ridge #5486DA 4px;
- background-color: -moz-Dialog;
- color: -moz-DialogText;
-}
-