From b44a81a4a40679b51ea537d72c3adaea6e1cb31b Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Mon, 31 Oct 2005 00:20:09 +0000 Subject: [PATCH] Tweak the appearance of the folder location bar b=313731 r=Mnyromyr --- themes/classic/global/mac/menulist.css | 8 +- themes/classic/messenger/mailWindow1.css | 134 ----------------------- themes/modern/messenger/mailWindow1.css | 131 ---------------------- 3 files changed, 4 insertions(+), 269 deletions(-) diff --git a/themes/classic/global/mac/menulist.css b/themes/classic/global/mac/menulist.css index 6d2ba712a8c..e63cdec48da 100644 --- a/themes/classic/global/mac/menulist.css +++ b/themes/classic/global/mac/menulist.css @@ -74,6 +74,10 @@ menulist { margin-left: 1ex !important; } +.menulist-dropmarker { + display: none; +} + /* ..... disabled state ..... */ menulist[disabled="true"] { @@ -89,10 +93,6 @@ menulist[disabled="true"] > .menulist-label-box { /* ::::: editable menulists ::::: */ -menulist[editable="true"] { - -moz-user-focus: normal; -} - .menulist-editable-box { margin-right: 4px; padding: 1px 0px 1px 2px; diff --git a/themes/classic/messenger/mailWindow1.css b/themes/classic/messenger/mailWindow1.css index 75eab18f66f..e69de29bb2d 100644 --- a/themes/classic/messenger/mailWindow1.css +++ b/themes/classic/messenger/mailWindow1.css @@ -1,134 +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 Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1998-1999 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * 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 ***** */ - -/* ===== mailWindow1.css ================================================ - == Styles for the main Mail window in the default layout scheme. - ======================================================================= */ - -@import url("chrome://messenger/skin/"); -@import url("chrome://messenger/skin/primaryToolbar.css"); -@import url("chrome://messenger/skin/folderMenus.css"); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -/* ::::: - :: Make sure the min height is small so we can - :: resize the pane vertically -EDV - ::::: */ - -#messagepanebox { - min-height: 10px; - height: 0px; -} - -/* ::::: border adjustments for focus ring and joined splitters ::::: */ - -/* ..... splitter adjustments ..... */ - -#gray_vertical_splitter { - border-right: none; - border-bottom: none; - border-left: none; - min-width: 5px; -} - -#threadpane-splitter { - border: none; - min-height: 5px; -} - -#threadpane-splitter[state="collapsed"] { - border-bottom: 2px solid; -} - -/* ..... tree adjustments ..... */ - -#folderTree { - border-right: 1px solid; - -moz-border-right-colors: ThreeDShadow; - min-width: 1px; -} - -#threadTree { - border-bottom: 2px solid; - -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; - min-width: 1px; -} - -#threadTree, -#accountCentralBox, -#searchBoxHolder > #searchBox { - border-left: 2px solid; - -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; -} - -#searchBoxHolder > #searchBox { - border-top: 1px solid ThreeDHighlight; - border-bottom: 1px solid ThreeDShadow; -} - -#locationIcon { - list-style-image: none; -} - -#locationFolders { - width: 20em; -} - -/* ..... message pane adjustments ..... */ - -#messagepanebox { - border-top: 2px solid; - border-left: 2px solid; - -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; - -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; -} - -#msgHeaderView { - border-left: none !important; -} - -#messagepane { - border: 1px solid -moz-Field; - border-right: none; -} - -#messagepanebox[focusring="true"] > #messagepane { - border-color: #000000; -} - - diff --git a/themes/modern/messenger/mailWindow1.css b/themes/modern/messenger/mailWindow1.css index 949cca883d0..e69de29bb2d 100644 --- a/themes/modern/messenger/mailWindow1.css +++ b/themes/modern/messenger/mailWindow1.css @@ -1,131 +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 ***** */ - -/* ===== mailWindow1.css ================================================ - == Styles for the main Mail window in the default layout scheme. - ======================================================================= */ - -@import url("chrome://messenger/skin/"); -@import url("chrome://messenger/skin/primaryToolbar.css"); -@import url("chrome://messenger/skin/folderMenus.css"); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -/* ::::: - :: Make sure the min height is small so we can - :: resize the pane vertically -EDV - ::::: */ - -#messagepanebox { - min-height: 10px; - height: 0px; -} - -/* ::::: border adjustments for focus ring and joined splitters ::::: */ - -#gray_vertical_splitter { - border-right: none; - border-bottom: none; - border-left: none; - min-width: 5px; -} - -#threadpane-splitter { - border: none; - min-height: 5px; -} - -#threadpane-splitter[state="collapsed"] { - border-bottom: 2px solid; -} - -/* ..... tree adjustments ..... */ - -#folderTree { - border-right: 2px solid; - -moz-border-right-colors: #DFE5EF #97A4B2; - min-width: 1px; -} - -#threadTree { - border-bottom: 2px solid; - -moz-border-bottom-colors: #DFE5EF #97A4B2; - min-width: 1px; -} - -#threadTree, -#accountCentralBox, -#searchBoxHolder > #searchBox, -#messagepanebox { - border-left: 2px solid; - -moz-border-left-colors: #AAB4BF #3B414F; -} - -#searchBoxHolder > #searchBox { - border-top: 1px solid #EEF0F3; - border-right: 1px solid #A5ABB0; - border-bottom: 2px solid; - -moz-border-bottom-colors: #5D616E #BEC3D3; -} - -#locationIcon { - list-style-image: none; -} - -#locationFolders { - width: 20em; -} - -/* ..... message pane adjustments ..... */ - -#messagepanebox { - border-top: 2px solid; - -moz-border-top-colors: #AAB4BF #3B414F; -} - -#msgHeaderView { - border-left: none !important; -} - -#messagepane { - border: 1px solid #FFFFFF; - border-right: none; -} - -#messagepanebox[focusring="true"] > #messagepane { - border-color: #000000; -}