michael@0: /* michael@0: # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: */ michael@0: michael@0: /* File Field Widget */ michael@0: filefield { michael@0: margin: 2px 4px; michael@0: -moz-appearance: textfield; michael@0: } michael@0: michael@0: .fileFieldContentBox { michael@0: background-color: -moz-Dialog; michael@0: } michael@0: michael@0: .fileFieldIcon[disabled="true"] { michael@0: opacity: 0.4; michael@0: } michael@0: michael@0: .fileFieldIcon { michael@0: width: 16px; michael@0: height: 16px; michael@0: margin-top: 1px; michael@0: margin-bottom: 1px; michael@0: -moz-margin-start: 1px; michael@0: -moz-margin-end: 4px; michael@0: } michael@0: michael@0: .fileFieldLabel { michael@0: -moz-appearance: none; michael@0: background-color: transparent; michael@0: border: none; michael@0: margin: 0px; michael@0: }