From 61af9d1c3f2699c8e546b10ac50c518b0f830b56 Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 12 Feb 2005 15:18:41 +0000 Subject: [PATCH] keep up with Classic development --- EarlyBlue/communicator/button.css | 12 ++++------ EarlyBlue/global/listbox.css | 8 +++++-- EarlyBlue/global/toolbarbutton.css | 27 +++++++++------------- EarlyBlue/messenger/icons/winvertical.gif | Bin 0 -> 248 bytes EarlyBlue/messenger/prefPanels.css | 9 ++++++-- EarlyBlue/messenger/threadPane.css | 10 +++++--- EarlyBlue/navigator/pageInfo.css | 6 ++++- 7 files changed, 40 insertions(+), 32 deletions(-) create mode 100644 EarlyBlue/messenger/icons/winvertical.gif diff --git a/EarlyBlue/communicator/button.css b/EarlyBlue/communicator/button.css index 2b4389f8..d8591694 100644 --- a/EarlyBlue/communicator/button.css +++ b/EarlyBlue/communicator/button.css @@ -56,14 +56,13 @@ .toolbarbutton-1, .toolbarbutton-1 > .toolbarbutton-menubutton-button, -.toolbarbutton-1[disabled="true"]:hover:active, -.toolbarbutton-1[disabled="true"][buttondown="true"] { +.toolbarbutton-1[disabled="true"]:hover:active { padding: 1px; } .toolbarbutton-1:hover:active, .toolbarbutton-1[open="true"], -.toolbarbutton-1[buttondown="true"] > .toolbarbutton-menubutton-button { +.toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button { padding: 2px 0px 0px 2px; } @@ -93,16 +92,13 @@ } .toolbarbutton-1[buttonstyle="text"][type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker, -.toolbarbutton-1[buttonstyle="text"][type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker, .toolbarbutton-1[buttonstyle="text"][type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker { padding: 5px 0px 7px 2px; } .toolbarbutton-1[buttonstyle="pictures"][type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker, -.toolbarbutton-1[buttonstyle="pictures"][type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker, .toolbarbutton-1[buttonstyle="pictures"][type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker, .toolbarbutton-1[toolbarmode="small"][type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker, -.toolbarbutton-1[toolbarmode="small"][type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker, .toolbarbutton-1[toolbarmode="small"][type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker { padding: 1px 0px 12px 2px; } @@ -119,8 +115,8 @@ .toolbarbutton-text[buttonstyle="pictures"], .toolbarbutton-icon[buttonstyle="text"] { display: none; -} - +} + .toolbarbutton-text[buttonstyle="text"] { padding: 4px 0; } diff --git a/EarlyBlue/global/listbox.css b/EarlyBlue/global/listbox.css index 2f882bf4..94b0ee44 100644 --- a/EarlyBlue/global/listbox.css +++ b/EarlyBlue/global/listbox.css @@ -39,6 +39,10 @@ listbox { color: #000000; } +listbox[disabled="true"] { + color: #CCCCCC; +} + /* ::::: listitem ::::: */ listitem { @@ -65,7 +69,7 @@ listbox:focus > listitem[selected="true"] { /* ::::: listheader ::::: */ -listheader { +listheader { -moz-box-align: center; border: 1px outset #CCD0DD; background-color: #CCD0DD; @@ -116,7 +120,7 @@ listheader[sortable="true"]:hover:active { color: #808080; } -/* ::::: listcell checkbox ::::: */ +/* ::::: listcell checkbox ::::: */ .listcell-check { -moz-box-align: center; diff --git a/EarlyBlue/global/toolbarbutton.css b/EarlyBlue/global/toolbarbutton.css index 350a174d..a5219207 100644 --- a/EarlyBlue/global/toolbarbutton.css +++ b/EarlyBlue/global/toolbarbutton.css @@ -13,7 +13,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-1999 * the Initial Developer. All Rights Reserved. @@ -23,7 +23,7 @@ * Robert Kaiser * * 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 @@ -66,9 +66,8 @@ toolbarbutton { /* toolbarbutton:hover, -toolbarbutton[buttonover="true"], toolbarbutton.toolbarbutton-menubutton-button[open="true"] { -} +} */ toolbarbutton:hover { @@ -80,7 +79,7 @@ toolbarbutton[open="true"] { padding: 2px 0px 0px 2px; border: 1px inset #CCD0DD; } - + toolbarbutton[disabled="true"] { border: 1px solid transparent !important; padding: 1px !important; @@ -94,7 +93,7 @@ toolbarbutton[checked="true"] { border: 1px inset #CCD0DD !important; background-color: #DDDDDD !important; } - + /* ::::: toolbarbutton menu ::::: */ .toolbarbutton-menu-dropmarker { @@ -130,29 +129,26 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active { .toolbarbutton-menubutton-button, .toolbarbutton-menubutton-dropmarker { border: 1px solid transparent; -} - +} + .toolbarbutton-menubutton-button[disabled="true"], .toolbarbutton-menubutton-dropmarker[disabled="true"] { border: 1px solid transparent !important; -} +} toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-button, -toolbarbutton[type="menu-button"][buttonover="true"] > .toolbarbutton-menubutton-button, -toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker, -toolbarbutton[type="menu-button"][buttonover="true"] > .toolbarbutton-menubutton-dropmarker { +toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker { border: 1px outset #CCD0DD; } -toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-button, +toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-button, toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker, -toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker, toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-button, toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker { border: 1px inset #CCD0DD; } -toolbarbutton[type="menu-button"][buttondown="true"] > toolbarbutton.toolbarbutton-menubutton-button, +toolbarbutton[type="menu-button"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button, toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-menubutton-button { padding: 2px 0px 0px 2px !important; } @@ -166,7 +162,6 @@ toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-men } toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker, -toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker, toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker { padding: 4px 0px 0px 2px; } diff --git a/EarlyBlue/messenger/icons/winvertical.gif b/EarlyBlue/messenger/icons/winvertical.gif new file mode 100644 index 0000000000000000000000000000000000000000..f206ba71f669a842cf22a382bb14a889c12b5401 GIT binary patch literal 248 zcmZ?wbhEHblwwd|Xl4L`mX?-d$Bz9c4k-R)0c!crpaaqgGJ}C-slW-()mxLE@U;DR zW^bCLz|yGJ_gaE!wpi9O%f*^Ek2?MSX%*b{c$R4VrnBqZj#$RqD8J^gUASaP<7Y14 zb2E-CK5|>TY@7WIQ`RG!%1)-9mHo2qe6$(Qa-(4HGLzy8e-E4T`mCCc47ud?CbQf= zgGRl{q2a01qbg$!izaoZ^z^E#8+9ZVcun+eoxief^^(nLQx~i=x3t * * 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 @@ -55,3 +55,8 @@ min-height: 32px; list-style-image: url("chrome://messenger/skin/icons/winwide.gif"); } + +#vertical { + min-height: 32px; + list-style-image: url("chrome://messenger/skin/icons/winvertical.gif"); +} diff --git a/EarlyBlue/messenger/threadPane.css b/EarlyBlue/messenger/threadPane.css index bf3e58f0..14e53ec0 100644 --- a/EarlyBlue/messenger/threadPane.css +++ b/EarlyBlue/messenger/threadPane.css @@ -13,7 +13,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 @@ * Robert Kaiser * * 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 @@ -53,8 +53,12 @@ treechildren::-moz-tree-cell-text(unread) { font-weight: bold; } +treechildren::-moz-tree-cell-text(imapdeleted) { + text-decoration: line-through; +} + /* on a collapsed thread, if the top level message is read, but the thread has - * unread children, underline the text. 4.x mac did this, very slick + * unread children, underline the text. 4.x mac did this, very slick */ treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) { text-decoration: underline; diff --git a/EarlyBlue/navigator/pageInfo.css b/EarlyBlue/navigator/pageInfo.css index ddc0b2fa..f8cdb637 100644 --- a/EarlyBlue/navigator/pageInfo.css +++ b/EarlyBlue/navigator/pageInfo.css @@ -14,7 +14,7 @@ * The Original Code is Mozilla Communicator client code. * * The Initial Developer of the Original Code is Daniel Brooks. - * Portions created by the Initial Developer are Copyright (C) 2001 + * Portions created by the Initial Developer are Copyright (C) 2001-2004 * the Initial Developer. All Rights Reserved. * * Contributor(s): @@ -65,3 +65,7 @@ textbox.header { .fixedsize { height: 8.5em; } + +textbox[disabled] { + font-style: italic; +} -- 2.35.3