From 27e7bc2b77e70dc9047ddf136c1fea428bc2138d Mon Sep 17 00:00:00 2001 From: "bugzilla%standard8.plus.com" Date: Wed, 3 Oct 2007 15:50:10 +0000 Subject: [PATCH] Bug 398078 Get the Error Console theme working again in modern. r/sr=Neil git-svn-id: svn://10.0.0.236/trunk@237185 18797224-902f-48f8-a5cc-f745e15eee43 --- .../suite/themes/modern/global/console.css | 133 ------------------ mozilla/suite/themes/modern/jar.mn | 2 +- 2 files changed, 1 insertion(+), 134 deletions(-) delete mode 100644 mozilla/suite/themes/modern/global/console.css diff --git a/mozilla/suite/themes/modern/global/console.css b/mozilla/suite/themes/modern/global/console.css deleted file mode 100644 index b727db852b3..00000000000 --- a/mozilla/suite/themes/modern/global/console.css +++ /dev/null @@ -1,133 +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 - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1998 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * Joe Hewitt - * - * Alternatively, the contents of this file may be used under the terms of - * either of 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 ***** */ - -/* ===== console.css ==================================================== - == Styles used by the Error Console window. - ======================================================================= */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -.console-box { - background-color: #FFFFFF; - color: #000000; -} - -/* ::::: console rows ::::: */ - -.console-row { - border-bottom: 2px solid #000000; - padding: 0px; -} - -.console-row-icon { - border-right: 1px outset #C7D0D9; - padding: 5px; - background-color: #C7D0D9; - -moz-box-align: start !important; -} - -.console-icon { - list-style-image: inherit; -} - -/* ..... error rows ..... */ - -.console-row-code { - padding: 3px 0px 3px 3px; - color: #0000BB; - font-size: larger; -} - -.console-dots, -.console-caret { - height: 9px; -} - -.console-dots { - background: url("chrome://global/skin/console/error-dash.gif") repeat-x top; -} - -.console-caret { - width: 7px; - background: url("chrome://global/skin/console/error-caret.gif") no-repeat top; -} - -/* ..... message rows ..... */ - -.console-row[type="message"] { - font-family: monospace; -} - -/* ..... selected state ..... */ - -.console-row[selected="true"] { - background-color: #B7DBEB !important; -} - -.console-row-code[selected="true"], -.console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link { - color: inherit !important; -} - -/* ::::: icons ::::: */ - -.console-row[type="error"], -.console-row[type="exception"] { - list-style-image: url("chrome://global/skin/icons/alert-error.gif"); -} - -.console-row[type="warning"] { - list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); -} - -.console-row[type="message"] { - list-style-image: url("chrome://global/skin/icons/alert-message.gif"); -} - -/* ::::: toolbars ::::: */ - -#TextfieldEval { - margin: 2px !important; -} - -#ButtonEval { - margin: 2px 2px 2px 0px !important; -} - -toolbarseparator { - min-height: 1em; -} diff --git a/mozilla/suite/themes/modern/jar.mn b/mozilla/suite/themes/modern/jar.mn index a9347ccb1f5..c296016425a 100644 --- a/mozilla/suite/themes/modern/jar.mn +++ b/mozilla/suite/themes/modern/jar.mn @@ -145,7 +145,6 @@ modern.jar: skin/modern/global/checkbox.css (global/checkbox.css) skin/modern/global/colorpicker.css (global/colorpicker.css) skin/modern/global/config.css (global/config.css) - skin/modern/global/console.css (global/console.css) skin/modern/global/datetimepicker.css (global/datetimepicker.css) skin/modern/global/dropmarker.css (global/dropmarker.css) skin/modern/global/filepicker.css (global/filepicker.css) @@ -207,6 +206,7 @@ modern.jar: skin/modern/global/checkbox/cbox-dis-check.gif (global/checkbox/cbox-dis-check.gif) skin/modern/global/checkbox/cbox-dis.gif (global/checkbox/cbox-dis.gif) skin/modern/global/checkbox/cbox.gif (global/checkbox/cbox.gif) + skin/modern/global/console/console.css (global/console/console.css) skin/modern/global/console/error-caret.gif (global/console/error-caret.gif) skin/modern/global/console/error-dash.gif (global/console/error-dash.gif) skin/modern/global/filepicker/blank.gif (global/filepicker/blank.gif)