toolkit/themes/osx/global/filefield.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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