toolkit/themes/osx/global/filefield.css

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:49fd947bedea
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 */
7
8 .fileFieldIcon {
9 width: 16px;
10 height: 16px;
11 }
12
13 .fileFieldIcon[disabled="true"] {
14 opacity: 0.5;
15 }
16
17 filefield {
18 margin: 4px;
19 -moz-margin-start: 27px;
20 -moz-appearance: textfield;
21 }
22
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 }
32
33 .fileFieldLabel {
34 -moz-appearance: none;
35 background-color: transparent;
36 border: none;
37 margin: 0 4px;
38 }

mercurial