michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: dropmarker { michael@0: -moz-appearance: menulist-button; michael@0: width: 16px; michael@0: -moz-box-align: center; michael@0: -moz-box-pack: center; michael@0: border: 2px solid; michael@0: -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; michael@0: -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; michael@0: -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; michael@0: -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; michael@0: background-color: -moz-Dialog; michael@0: padding: 1px; michael@0: list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); michael@0: -moz-image-region: auto; michael@0: } michael@0: michael@0: dropmarker:hover:active:not([disabled="true"]) { michael@0: -moz-border-top-colors: ThreeDShadow ThreeDFace; michael@0: -moz-border-right-colors: ThreeDShadow ThreeDFace; michael@0: -moz-border-bottom-colors: ThreeDShadow ThreeDFace; michael@0: -moz-border-left-colors: ThreeDShadow ThreeDFace; michael@0: padding: 2px 0 0 2px; michael@0: } michael@0: michael@0: dropmarker[disabled="true"] { michael@0: list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); michael@0: }