toolkit/themes/osx/global/filefield.css

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 /*
     2 # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
     3 # This Source Code Form is subject to the terms of the Mozilla Public
     4 # License, v. 2.0. If a copy of the MPL was not distributed with this
     5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     6 */
     8 .fileFieldIcon {
     9   width: 16px;
    10   height: 16px;
    11 }
    13 .fileFieldIcon[disabled="true"] {
    14   opacity: 0.5;
    15 }
    17 filefield {
    18   margin: 4px;
    19   -moz-margin-start: 27px;
    20   -moz-appearance: textfield;
    21 }
    23 .fileFieldContentBox {
    24   margin: -3px;
    25   background-color: rgba(230, 230, 230, 0.6);
    26   color: -moz-DialogText;
    27   padding-top: 2px;
    28   padding-bottom: 2px;
    29   -moz-padding-start: 5px;
    30   -moz-padding-end: 3px;
    31 }
    33 .fileFieldLabel {
    34   -moz-appearance: none;
    35   background-color: transparent;
    36   border: none;
    37   margin: 0 4px;
    38 }

mercurial