toolkit/themes/osx/global/dropmarker.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/global/dropmarker.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +dropmarker {
     1.9 +  -moz-appearance: menulist-button;
    1.10 +  width: 16px;
    1.11 +  -moz-box-align: center;
    1.12 +  -moz-box-pack: center;
    1.13 +  border: 2px solid;
    1.14 +  -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
    1.15 +  -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
    1.16 +  -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
    1.17 +  -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
    1.18 +  background-color: -moz-Dialog;
    1.19 +  padding: 1px;
    1.20 +  list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
    1.21 +  -moz-image-region: auto;
    1.22 +}
    1.23 +
    1.24 +dropmarker:hover:active:not([disabled="true"]) {
    1.25 +  -moz-border-top-colors: ThreeDShadow ThreeDFace;
    1.26 +  -moz-border-right-colors: ThreeDShadow ThreeDFace;
    1.27 +  -moz-border-bottom-colors: ThreeDShadow ThreeDFace;
    1.28 +  -moz-border-left-colors: ThreeDShadow ThreeDFace;
    1.29 +  padding: 2px 0 0 2px;
    1.30 +}
    1.31 +
    1.32 +dropmarker[disabled="true"] {
    1.33 +  list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
    1.34 +}

mercurial