From: robert Date: Sat, 12 Feb 2005 15:32:41 +0000 (+0000) Subject: keep up with Classic development X-Git-Tag: EarlyBlue-2.0a1~52 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=242fc635895ef21fc8e9eadca5b024db5aec5355 keep up with Classic development --- diff --git a/LCARStrek/communicator/button.css b/LCARStrek/communicator/button.css index 2b4389f8..d8591694 100644 --- a/LCARStrek/communicator/button.css +++ b/LCARStrek/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/LCARStrek/communicator/help.css b/LCARStrek/communicator/help.css index fc89d96b..45b02574 100644 --- a/LCARStrek/communicator/help.css +++ b/LCARStrek/communicator/help.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. @@ -48,8 +48,8 @@ list-style-image: url("chrome://navigator/skin/icons/back-disabled.gif") !important; } -#helpBackButton[buttonover="true"], -#helpBackButton[buttondown="true"] { +#helpBackButton:hover, +#helpBackButton:hover:active { list-style-image: url("chrome://navigator/skin/icons/back-hover.gif"); } @@ -61,8 +61,8 @@ list-style-image: url("chrome://navigator/skin/icons/forward-disabled.gif") !important; } -#helpForwardButton[buttonover="true"], -#helpForwardButton[buttondown="true"] { +#helpForwardButton:hover, +#helpForwardButton:hover:active { list-style-image: url("chrome://navigator/skin/icons/forward-hover.gif"); } diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index 3a202b13..862405f8 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -61,7 +61,7 @@ textbox { -moz-box-align: center; -moz-box-pack: center; min-width: 15px; - min-height: 15px; + min-height: 15px; border: none; border-left: 1px solid #9C9CFF; background-color: #000000; @@ -70,8 +70,7 @@ textbox { -moz-border-radius: 0px 3px 3px 0px; } -.autocomplete-history-dropmarker:hover, -.autocomplete-history-dropmarker[buttonover="true"] { +.autocomplete-history-dropmarker:hover { background-color: #FFCF00; list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } diff --git a/LCARStrek/global/listbox.css b/LCARStrek/global/listbox.css index dfff59df..e3a90cd2 100644 --- a/LCARStrek/global/listbox.css +++ b/LCARStrek/global/listbox.css @@ -40,6 +40,11 @@ listbox { color: #FF9F00; } +listbox[disabled="true"] { + border: 1px solid #8050B0; + color: #8050B0; +} + /* ::::: listitem ::::: */ listitem { @@ -66,7 +71,7 @@ listbox:focus > listitem[selected="true"] { /* ::::: listheader ::::: */ -listheader { +listheader { -moz-box-align: center; border: 1px solid #FFCF00; background-color: #9C9CFF; @@ -117,7 +122,7 @@ listheader[sortable="true"]:hover:active { color: #8050B0; } -/* ::::: listcell checkbox ::::: */ +/* ::::: listcell checkbox ::::: */ .listcell-check { -moz-box-align: center; diff --git a/LCARStrek/global/toolbarbutton.css b/LCARStrek/global/toolbarbutton.css index 9934c81a..39bc93bd 100644 --- a/LCARStrek/global/toolbarbutton.css +++ b/LCARStrek/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 * 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 @@ -64,26 +64,25 @@ toolbarbutton { margin: 0px !important; padding: 0px; text-align: center; -} +} -toolbarbutton:hover, -toolbarbutton[buttonover="true"] { +toolbarbutton:hover { background-color: #FFCF00; color: #000000; -} +} toolbarbutton:hover:active, toolbarbutton[open="true"], toolbarbutton.toolbarbutton-menubutton-button[open="true"] { background-color: #FF9F00; color: #000000; -} +} toolbarbutton:hover:active, toolbarbutton[open="true"] { padding: 2px 0px 0px 2px; } - + toolbarbutton[disabled="true"] { padding: 1px !important; background-color: #000000 !important; @@ -97,7 +96,7 @@ toolbarbutton[checked="true"] { background-color: #008484; color: #FFCF00; } - + toolbarbutton[checked="true"]:hover { background-color: #FFCF00; color: #000000; @@ -110,7 +109,6 @@ toolbarbutton[checked="true"]:hover { } .toolbarbutton-menu-dropmarker:hover, -.toolbarbutton-menu-dropmarker[buttonover="true"], .toolbarbutton-menu-dropmarker[open="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } @@ -144,32 +142,29 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active { .toolbarbutton-menubutton-button, .toolbarbutton-menubutton-dropmarker { background-color: #000000; -} +} .toolbarbutton-menubutton-button[disabled="true"], .toolbarbutton-menubutton-dropmarker[disabled="true"] { background-color: #000000 !important; color: #8050B0 !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 { background-color: #FFCF00; color: #000000; } -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 { background-color: #FF9F00; color: #000000; } -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; } @@ -184,15 +179,12 @@ 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; } toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker, toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker, -toolbarbutton[type="menu-button"][buttonover="true"] > .toolbarbutton-menubutton-dropmarker, -toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker, toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker { list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } diff --git a/LCARStrek/messenger/icons/winvertical.gif b/LCARStrek/messenger/icons/winvertical.gif new file mode 100644 index 00000000..f206ba71 Binary files /dev/null and b/LCARStrek/messenger/icons/winvertical.gif differ diff --git a/LCARStrek/messenger/prefPanels.css b/LCARStrek/messenger/prefPanels.css index 65aa39e6..aabb1a27 100644 --- a/LCARStrek/messenger/prefPanels.css +++ b/LCARStrek/messenger/prefPanels.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. @@ -22,7 +22,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 @@ -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/LCARStrek/messenger/primaryToolbar.css b/LCARStrek/messenger/primaryToolbar.css index 2a092026..fa26bd9e 100644 --- a/LCARStrek/messenger/primaryToolbar.css +++ b/LCARStrek/messenger/primaryToolbar.css @@ -195,8 +195,7 @@ } #button-junk:hover, -#button-junk[buttonover="true"], -#button-junk[buttondown="true"], +#button-junk:hover:active, #button-junk[open="true"] { list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif"); } diff --git a/LCARStrek/messenger/threadPane.css b/LCARStrek/messenger/threadPane.css index dd04c37c..dc00694b 100644 --- a/LCARStrek/messenger/threadPane.css +++ b/LCARStrek/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/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index e51fcc8c..a7c3e4e6 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -54,8 +54,7 @@ } #back-button:hover, -#back-button[buttonover="true"], -#back-button[buttondown="true"], +#back-button:hover:active, #back-button[open="true"] { list-style-image: url("chrome://navigator/skin/icons/back-hover.gif"); } @@ -69,8 +68,7 @@ } #forward-button:hover, -#forward-button[buttonover="true"], -#forward-button[buttondown="true"], +#forward-button:hover:active, #forward-button[open="true"] { list-style-image: url("chrome://navigator/skin/icons/forward-hover.gif"); } @@ -110,8 +108,7 @@ } #print-button:hover, -#print-button[buttonover="true"], -#print-button[buttondown="true"], +#print-button:hover:active, #print-button[open="true"] { list-style-image: url("chrome://global/skin/icons/print-hover.gif"); } diff --git a/LCARStrek/navigator/pageInfo.css b/LCARStrek/navigator/pageInfo.css index 219dec8d..146618fe 100644 --- a/LCARStrek/navigator/pageInfo.css +++ b/LCARStrek/navigator/pageInfo.css @@ -65,3 +65,7 @@ textbox.header { .fixedsize { height: 8.5em; } + +textbox[disabled] { + font-style: italic; +}