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-2001 Netscape Communications Corporation. All
- * Rights Reserved.
- *
- * Contributor(s):
- * Joe Hewitt (hewitt@netscape.com)
- */
-
- /* ===== menubutton.css =================================================
- == Styles used by the XUL menubutton element.
- ======================================================================= */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: regular menubutton ::::::::::
- :: Shows a caption and brings up a popup menu which executes a command.
- ::::: */
-
- .menubutton-single-dropmarker {
- list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
- }
-
- .menubutton-single-dropmarker[disabled="true"] {
- list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
- }
-
- /* ::::: dual menubutton ::::::::::
- :: Has a popup spawning button and a command invoking button
- :::::: */
-
- .menubutton-dual,
- .menubutton-dual > .menubutton-internal-box,
- .menubutton-dual:hover > .menubutton-dual-button,
- .menubutton-dual:active > .menubutton-dual-button {
- margin: 0px;
- border: none;
- padding: 0px;
- }
-
- .menubutton-dual-dropmarker-box {
- list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
- }
-
- .menubutton-dual > menupopup {
- min-width: 0px;
- }
-
- /* ::::: plain menubutton ::::: */
-
- menubutton.plain {
- margin: 0px !important;
- border: none !important;
- padding: 0px !important;
- }
-
-