From: robert Date: Sun, 1 Jun 2003 02:34:51 +0000 (+0000) Subject: keep up with Classic / EarlyBlue X-Git-Tag: EarlyBlue-2.0a1~81 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=4115f43c2ac9db84c2a8af9784a566c859871db3;ds=sidebyside keep up with Classic / EarlyBlue --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 55c50cd9..4d804cf5 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -445,7 +445,7 @@ toolbar[iconsize="small"] #history-button[disabled="true"] { -moz-box-align: center; padding: 0 2px 0 0px; border-left: 3px solid #000000; - height: 28px; + min-height: 28px; } #minimize-button { diff --git a/LCARStrek/communicator/icons/turbo-systray.gif b/LCARStrek/communicator/icons/turbo-systray.gif index ec6c4894..4bcc2843 100644 Binary files a/LCARStrek/communicator/icons/turbo-systray.gif and b/LCARStrek/communicator/icons/turbo-systray.gif differ diff --git a/LCARStrek/communicator/prefpanels.css b/LCARStrek/communicator/prefpanels.css index bc532504..68790e3c 100644 --- a/LCARStrek/communicator/prefpanels.css +++ b/LCARStrek/communicator/prefpanels.css @@ -82,6 +82,12 @@ width: 4em; } +.prefpanel-font-list { + -moz-box-flex: 1; +} + +/* ::::: Mouse Wheel ::::: */ + #mouseWheelMode { width: 9em; } diff --git a/LCARStrek/contents.rdf b/LCARStrek/contents.rdf index d91a4684..da9d6b28 100644 --- a/LCARStrek/contents.rdf +++ b/LCARStrek/contents.rdf @@ -25,6 +25,7 @@ + @@ -39,4 +40,5 @@ --> + diff --git a/LCARStrek/editor/editorFormatToolbar.css b/LCARStrek/editor/editorFormatToolbar.css index 5116cb99..8f703f9b 100644 --- a/LCARStrek/editor/editorFormatToolbar.css +++ b/LCARStrek/editor/editorFormatToolbar.css @@ -401,6 +401,10 @@ list-style-image: url("chrome://editor/content/images/innocent_n.gif"); } +.insert-cry > .menu-iconic-left { + list-style-image: url("chrome://editor/content/images/cry_n.gif"); +} + .insert-sealed > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/sealed_n.gif"); } diff --git a/LCARStrek/editor/editorPrimaryToolbar.css b/LCARStrek/editor/editorPrimaryToolbar.css index d9b2433c..e5e5ca33 100644 --- a/LCARStrek/editor/editorPrimaryToolbar.css +++ b/LCARStrek/editor/editorPrimaryToolbar.css @@ -19,6 +19,8 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Joe Hewitt (hewitt@netscape.com) + * Patrick Thompson (sailfish@unforgettable.com) * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of @@ -222,3 +224,35 @@ #spellingButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important; } + +#cutButton { + list-style-image: url("chrome://editor/skin/icons/cut.gif"); +} + +#cutButton[disabled="true"] { + list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important; +} + +#copyButton { + list-style-image: url("chrome://editor/skin/icons/copy.gif"); +} + +#copyButton[disabled="true"] { + list-style-image: url("chrome://editor/skin/icons/copy-disabled.gif") !important; +} + +#pasteButton { + list-style-image: url("chrome://editor/skin/icons/paste.gif"); +} + +#pasteButton[disabled="true"] { + list-style-image: url("chrome://editor/skin/icons/paste-disabled.gif") !important; +} + +#findButton { + list-style-image: url("chrome://editor/skin/icons/cut.gif"); +} + +#findButton[disabled="true"] { + list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important; +} diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index df7bd62c..bc0ec019 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -62,13 +62,15 @@ toolbar > .toolbar-holder { background-color: #9C9CFF; } -menubar > .toolbar-holder { +menubar > .toolbar-holder, +toolbar#toolbar-menubar > .toolbar-holder { background-color: #6000CF; } /* ::::: toolbargrippy ::::: */ -toolbargrippy { +toolbargrippy, +toolbar > .toolbar-begcap { -moz-border-radius: 8px 0px 0px 8px; -moz-box-orient: vertical; -moz-box-align: center; diff --git a/LCARStrek/messenger/subscribe.css b/LCARStrek/messenger/subscribe.css index 76fa54c0..c59720b4 100644 --- a/LCARStrek/messenger/subscribe.css +++ b/LCARStrek/messenger/subscribe.css @@ -56,8 +56,8 @@ treechildren:-moz-tree-image(subscribedColumn2) { list-style-image: url("chrome://messenger/skin/icons/dot.gif"); } -treechildren:-moz-tree-image(SubscribedColumn, Subscribed-true), -treechildren:-moz-tree-image(subscribedCol, subscribed) { +treechildren:-moz-tree-image(subscribedColumn, Subscribed-true), +treechildren:-moz-tree-image(subscribedColumn2, subscribed) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); }