/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): */ #EditModeToolbar { padding: 0px; /* Same as "standard" toolbar background */ border-top: 1px solid #9999CC; border-bottom: none; margin-bottom: 0px; min-width: 1px; color: #000000; background-color: #CCD0DD; overflow: hidden; } /* #EditModeToolbar > toolbargrippy { height: 100%; } */ /* BORDERS ARE NOT WORKING! global class="plain" is fighting us! */ /* !important in for now as a workaround to above problem! */ button.edit-mode:hover, button.edit-mode:hover:active, button.edit-mode { -moz-border-radius: 0px 0px 7px 7px; padding: 0px 4px 1px 4px; margin: 0px; color: #CCD0DD; background-color: #666699; border-top: 1px solid #666699 !important; /* Must be same as background */ border-bottom: 1px solid #9999CC !important; border-left: 1px solid #9999CC !important; border-right: 1px solid #9999CC !important; } button.edit-mode > .button-internal-box, button.edit-mode:hover > .button-internal-box, button.edit-mode:hover:active > .button-internal-box { border: none; } button.edit-mode:hover { border: 1px solid #3366FF !important; } button.edit-mode:hover:active { padding: 1px 5px 0px 3px; border: 1px solid #99CCFF !important; } button.edit-mode[selected="1"] { padding: 0px 4px 1px 4px; margin: -1px 0px 0px 0px; /* Not resizing well! - use color instead font-weight: bold; */ background-color: #FFFFFF; color: #000000; } button.edit-mode[selected="1"]:active, button.edit-mode[selected="1"]:hover:active { padding: 1px 5px 0px 3px; } #NormalModeButton[type="image"] { list-style-image:url(chrome://editor/skin/images/editmode-normal.gif); } #TagModeButton[type="image"] { list-style-image:url(chrome://editor/skin/images/editmode-tags.gif); } #SourceModeButton[type="image"] { list-style-image:url(chrome://editor/skin/images/editmode-html.gif); } #PreviewModeButton[type="image"] { list-style-image:url(chrome://editor/skin/images/editmode-preview.gif); }