Commit | Line | Data |
---|---|---|
6f25e2c5 RK |
1 | /* |
2 | # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- | |
9099c61d RK |
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/. | |
6f25e2c5 RK |
6 | */ |
7 | ||
8 | /* File Field Widget */ | |
9 | filefield { | |
10 | margin: 2px 3px; | |
11 | border: 1px inset #CCD0DD; | |
12 | color: #000000; | |
13 | min-height: 19px; | |
14 | } | |
15 | ||
16 | .fileFieldContentBox { | |
17 | background-color: #CCCCCC; | |
18 | } | |
19 | ||
20 | .fileFieldIcon[disabled="true"] { | |
21 | opacity: 0.4; | |
22 | } | |
23 | ||
24 | .fileFieldIcon { | |
25 | width: 16px; | |
26 | height: 16px; | |
27 | margin-top: 1px; | |
28 | margin-bottom: 1px; | |
29 | -moz-margin-start: 1px; | |
30 | -moz-margin-end: 4px; | |
31 | } | |
32 | ||
33 | .fileFieldLabel { | |
34 | background-color: transparent; | |
35 | border: none; | |
36 | margin: 0px; | |
37 | } |