X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fdialogs.css;fp=EarlyBlue%2Fnavigator%2FpersonalToolbar.css;h=d65505b9f3e5bfa1935a71d981b831c26833170e;hp=93a03f9ae666e6f899d9586c8814382c1366a473;hb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/navigator/personalToolbar.css b/EarlyBlue/communicator/dialogs.css similarity index 77% rename from EarlyBlue/navigator/personalToolbar.css rename to EarlyBlue/communicator/dialogs.css index 93a03f9a..d65505b9 100644 --- a/EarlyBlue/navigator/personalToolbar.css +++ b/EarlyBlue/communicator/dialogs.css @@ -19,9 +19,8 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): - * Ben Goodger - * Josh Soref - * Robert Kaiser + * Joe Hewitt + * 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 @@ -37,16 +36,18 @@ * * ***** END LICENSE BLOCK ***** */ -@import url("chrome://communicator/skin/bookmarks/bookmarks.css"); +/* ==== dialogs.css ================================================== + == Styles used by certain dialogs in the Communicator suite. + ====================================================================== */ + +@import url("chrome://communicator/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/** - * Personal toolbar items - **/ +/* ::::: turbo confirmation dialog ::::: */ - #home-button - { - list-style-image : url("chrome://communicator/skin/bookmarks/home.gif"); - } +#turboTrayImage { + list-style-image: url("chrome://communicator/skin/icons/turbo-systray.gif"); + border: 2px inset ThreeDFace !important; +}