pjs/toolkit/skin/win/toolbarbutton.css

206 строки
5.5 KiB
CSS

/*
* 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):
* Joe Hewitt (hewitt@netscape.com)
*/
/* ===== toolbarbutton.css =====================================================
== Styles used by the XUL button element.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: toolbarbutton ::::: */
toolbarbutton {
-moz-appearance: toolbarbutton;
-moz-box-align: center;
-moz-box-pack: center;
margin: 0;
border: 1px outset transparent;
padding: 3px;
background-color: transparent;
color: -moz-DialogText;
}
.toolbarbutton-icon {
margin-right: 2px;
}
.toolbarbutton-text {
margin: 0 !important;
text-align: center;
}
toolbarbutton:hover,
toolbarbutton[buttonover="true"] {
border-color: ThreeDFace;
}
toolbarbutton:hover:active,
toolbarbutton[open="true"] {
border-style: inset;
padding: 4px 2px 2px 4px;
}
toolbarbutton[disabled="true"],
toolbarbutton[disabled="true"]:hover,
toolbarbutton[disabled="true"]:hover:active,
toolbarbutton[disabled="true"][open="true"] {
border-color: transparent;
padding: 3px;
color: GrayText;
}
/* ..... checked state ..... */
toolbarbutton[checked="true"] {
border-style: inset !important;
border-color: ThreeDFace !important;
padding: 4px 2px 2px 4px !important;
background-image: url("chrome://global/skin/toolbar/Lighten.png");
color: ButtonText !important;
}
/* ::::: toolbarbutton menu ::::: */
.toolbarbutton-menu-dropmarker {
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.toolbarbutton-menu-dropmarker[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}
/* ::::: toolbarbutton menu-button ::::: */
toolbarbutton[type="menu-button"] {
-moz-box-align: stretch;
-moz-box-orient: horizontal !important;
}
toolbarbutton[type="menu-button"],
toolbarbutton[type="menu-button"]:hover,
toolbarbutton[type="menu-button"]:hover:active,
toolbarbutton[type="menu-button"][open="true"],
toolbarbutton[type="menu-button"][disabled="true"],
toolbarbutton[type="menu-button"][disabled="true"]:hover,
toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
border-style: none;
padding: 0;
}
.toolbarbutton-menubutton-button {
-moz-box-align: center;
-moz-box-pack: center;
-moz-box-orient: vertical;
}
.toolbarbutton-menubutton-button,
.toolbarbutton-menubutton-dropmarker {
border: 1px outset transparent;
}
/* .......... dropmarker .......... */
.toolbarbutton-menubutton-dropmarker {
-moz-box-align: center;
padding: 0 0 1px 0;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.toolbarbutton-menubutton-dropmarker[disabled="true"] {
border: 1px solid transparent !important;
padding: 0 0 1px 0 !important;
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") !important;
}
toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker,
toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker {
padding: 1px 0 0 0;
}
/* Bookmarks manager */
#bookmark-window toolbarbutton {
list-style-image: url("chrome://global/skin/toolbar/Bookmarks-toolbar.png");
-moz-box-orient: vertical;
}
toolbarbutton#newfolder {
-moz-image-region: rect(0px, 32px, 32px, 0px);
}
toolbarbutton#newfolder:hover {
-moz-image-region: rect(32px, 32px, 64px, 0px);
}
toolbarbutton#newfolder[disabled="true"] {
-moz-image-region: rect(64px, 32px, 96px, 0px);
}
toolbarbutton#newseparator {
-moz-image-region: rect(0px, 64px, 32px, 32px);
}
toolbarbutton#newseparator:hover {
-moz-image-region: rect(32px, 64px, 64px, 32px);
}
toolbarbutton#newseparator[disabled="true"] {
-moz-image-region: rect(64px, 64px, 96px, 32px);
}
toolbarbutton#moveBookmark {
-moz-image-region: rect(0px, 96px, 32px, 64px);
}
toolbarbutton#moveBookmark:hover {
-moz-image-region: rect(32px, 96px, 64px, 64px);
}
toolbarbutton#moveBookmark[disabled="true"] {
-moz-image-region: rect(64px, 96px, 96px, 64px);
}
toolbarbutton#properties {
-moz-image-region: rect(0px, 128px, 32px, 96px);
}
toolbarbutton#properties:hover {
-moz-image-region: rect(32px, 128px, 64px, 96px);
}
toolbarbutton#properties[disabled="true"] {
-moz-image-region: rect(64px, 128px, 96px, 96px);
}
toolbarbutton#rename {
-moz-image-region: rect(0px, 160px, 32px, 128px);
}
toolbarbutton#rename:hover {
-moz-image-region: rect(32px, 160px, 64px, 128px);
}
toolbarbutton#rename[disabled="true"] {
-moz-image-region: rect(64px, 160px, 96px, 128px);
}
toolbarbutton#delete {
-moz-image-region: rect(0px, 192px, 32px, 160px);
}
toolbarbutton#delete:hover {
-moz-image-region: rect(32px, 192px, 64px, 160px);
}
toolbarbutton#delete[disabled="true"] {
-moz-image-region: rect(64px, 192px, 96px, 160px);
}