home *** CD-ROM | disk | FTP | other *** search
- /*
- * 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):
- *
- */
-
- /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
-
- /* ==== button.css ==========================================================
- == Styles for special buttons in the Communicator suite.
- ========================================================================== */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-
- /* ::::: large toolbar buttons ::::: */
-
- .toolbarbutton-1,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button {
- -moz-box-orient: vertical;
- min-width: 0;
- margin: 0;
- padding: 0;
- }
-
- .toolbarbutton-1 > .toolbarbutton-icon {
- margin: 0;
- padding: 0;
- }
-
- .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
- margin: 0 2px;
- padding: 0;
- }
-
- .toolbarbutton-1 > .toolbarbutton-text,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text {
- margin: 0px 1px 1px 1px !important;
- padding: 0;
- }
-
- .toolbarbutton-1[type="menu-button"] {
- -moz-box-orient: horizontal;
- }
-
- .toolbarbutton-1,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button,
- .toolbarbutton-1[disabled="true"]:hover:active {
- padding: 0px 1px 1px 0px;
- }
-
- .toolbarbutton-1:hover:active,
- .toolbarbutton-1[open="true"],
- .toolbarbutton-1[buttondown="true"] > .toolbarbutton-menubutton-button {
- padding: 1px 0px 0px 1px;
- }
-
- .toolbarbutton-1[type="menu-button"],
- .toolbarbutton-1[type="menu-button"]:hover:active,
- .toolbarbutton-1[type="menu-button"][open="true"] {
- padding: 0;
- }
-
- .toolbarbutton-1[type="menu"] > .toolbarbutton-menu-dropmarker {
- display: none;
- }
-
- /* ::::: standard toolbar buttons ::::: */
-
- .button-toolbar {
- -moz-user-focus: ignore;
- -moz-border-radius: 0;
- min-width: 0;
- border: 1px solid transparent;
- background-color: transparent;
- }
-
- .button-toolbar > .button-box {
- margin: 0;
- padding: 0px 1px 1px 0px;
- }
-
- .button-toolbar:hover:active > .button-box {
- padding: 1px 0px 0px 1px;
- }
-
- .button-toolbar > .button-box > .button-icon,
- .button-toolbar > .button-box > .button-text {
- margin: 0px;
- }
-
- .button-toolbar[disabled="true"],
- .button-toolbar[disabled="true"]:hover,
- .button-toolbar[disabled="true"]:hover:active {
- border: 1px solid transparent;
- }
-
- .button-toolbar:hover {
- border-top-color: ThreeDHighlight;
- border-right-color: ThreeDShadow;
- border-bottom-color: ThreeDShadow;
- border-left-color: ThreeDHighlight;
- }
-
- .button-toolbar:hover:active {
- border-top-color: ThreeDShadow;
- border-right-color: ThreeDHighlight;
- border-bottom-color: ThreeDHighlight;
- border-left-color: ThreeDShadow;
- }
-