From 0742d470812723d0f44ada5b5b5977d962379a24 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Tue, 6 Jan 2004 18:42:54 +0000 Subject: [PATCH] patch for bug 203761 "After 117026 is checked in, notification-icon and schedule-icon can be removed from themes" patch by alfredkayser@nl.ibm.com r=p_ch sr=bz git-svn-id: svn://10.0.0.236/trunk@150930 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bookmarks/bookmarksWindow.css | 64 +++++++------------ mozilla/themes/classic/jar.mn | 2 - 2 files changed, 24 insertions(+), 42 deletions(-) diff --git a/mozilla/themes/classic/communicator/bookmarks/bookmarksWindow.css b/mozilla/themes/classic/communicator/bookmarks/bookmarksWindow.css index eb84b3c41fa..b2b99fcd67f 100644 --- a/mozilla/themes/classic/communicator/bookmarks/bookmarksWindow.css +++ b/mozilla/themes/classic/communicator/bookmarks/bookmarksWindow.css @@ -14,7 +14,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * 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. @@ -24,7 +24,7 @@ * Josh Soref * * 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 + * 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 @@ -41,43 +41,27 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/** +/** * XXX - disable print plus. This needs to go into ns/!!! - */ - #navprintplus - { - display : none !important; - } - - #status-bar - { - height : 1em; - } - - #notification-icon - { - list-style-image : url("chrome://communicator/skin/bookmarks/notification.gif"); - } - - #schedule-icon - { - list-style-image : url("chrome://communicator/skin/bookmarks/schedule.gif"); - } - - #panel-bar, - #search-bar - { - border-top: 1px solid ThreeDHighlight; - border-bottom: 1px solid ThreeDShadow; - } + */ +#navprintplus { + display: none !important; +} - bookmarks-tree.inset - { - margin: 0px; - -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; - -moz-border-right-colors: ThreeDFace ThreeDHighlight; - -moz-border-bottom-colors: ThreeDFace ThreeDHighlight; - -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; - } - - \ No newline at end of file +#status-bar { + height: 1em; +} + +#panel-bar, +#search-bar { + border-top: 1px solid ThreeDHighlight; + border-bottom: 1px solid ThreeDShadow; +} + +bookmarks-tree.inset { + margin: 0px; + -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; + -moz-border-right-colors: ThreeDFace ThreeDHighlight; + -moz-border-bottom-colors: ThreeDFace ThreeDHighlight; + -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; +} diff --git a/mozilla/themes/classic/jar.mn b/mozilla/themes/classic/jar.mn index 73ca499dfa5..9b884719a07 100644 --- a/mozilla/themes/classic/jar.mn +++ b/mozilla/themes/classic/jar.mn @@ -25,8 +25,6 @@ classic.jar: skin/classic/communicator/bookmarks/location-dis.gif (communicator/bookmarks/location-dis.gif) skin/classic/communicator/bookmarks/location-hov.gif (communicator/bookmarks/location-hov.gif) skin/classic/communicator/bookmarks/location.gif (communicator/bookmarks/location.gif) - skin/classic/communicator/bookmarks/notification.gif (communicator/bookmarks/notification.gif) - skin/classic/communicator/bookmarks/schedule.gif (communicator/bookmarks/schedule.gif) skin/classic/communicator/bookmarks/bookmarksToolbar.css (communicator/bookmarks/bookmarksToolbar.css) skin/classic/communicator/directory/directory.css (communicator/directory/directory.css) skin/classic/communicator/directory/folder-clsd.gif (communicator/directory/folder-clsd.gif)