fourth part of synching LCARStrek with windows theme changes in Firefox 28 cycle
[themes.git] / LCARStrek / global / filefield.css
CommitLineData
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 */
9filefield {
569543b3 10 border-radius: 3px;
6f25e2c5
RK
11 margin: 2px 3px;
12 border: 1px solid #8050B0;
13 color: #8050B0;
14 min-height: 19px;
15}
16
17.fileFieldContentBox {
18 background-color: #000000;
19}
20
21.fileFieldIcon[disabled="true"] {
22 opacity: 0.4;
23}
24
25.fileFieldIcon {
26 width: 16px;
27 height: 16px;
28 margin-top: 1px;
29 margin-bottom: 1px;
30 -moz-margin-start: 1px;
31 -moz-margin-end: 4px;
32}
33
34.fileFieldLabel {
35 background-color: transparent;
36 border: none;
37 margin: 0px;
38}