toolkit/themes/osx/global/filefield.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/global/filefield.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,38 @@
     1.4 +/*
     1.5 +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
     1.6 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.9 +*/
    1.10 +
    1.11 +.fileFieldIcon {
    1.12 +  width: 16px;
    1.13 +  height: 16px;
    1.14 +}
    1.15 +
    1.16 +.fileFieldIcon[disabled="true"] {
    1.17 +  opacity: 0.5;
    1.18 +}
    1.19 +
    1.20 +filefield {
    1.21 +  margin: 4px;
    1.22 +  -moz-margin-start: 27px;
    1.23 +  -moz-appearance: textfield;
    1.24 +}
    1.25 +
    1.26 +.fileFieldContentBox {
    1.27 +  margin: -3px;
    1.28 +  background-color: rgba(230, 230, 230, 0.6);
    1.29 +  color: -moz-DialogText;
    1.30 +  padding-top: 2px;
    1.31 +  padding-bottom: 2px;
    1.32 +  -moz-padding-start: 5px;
    1.33 +  -moz-padding-end: 3px;
    1.34 +}
    1.35 +
    1.36 +.fileFieldLabel {
    1.37 +  -moz-appearance: none;
    1.38 +  background-color: transparent;
    1.39 +  border: none;
    1.40 +  margin: 0 4px;
    1.41 +}

mercurial