Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | /* |
michael@0 | 2 | # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- |
michael@0 | 3 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 4 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 5 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 6 | */ |
michael@0 | 7 | |
michael@0 | 8 | /* File Field Widget */ |
michael@0 | 9 | filefield { |
michael@0 | 10 | margin: 2px 4px; |
michael@0 | 11 | -moz-appearance: textfield; |
michael@0 | 12 | } |
michael@0 | 13 | |
michael@0 | 14 | .fileFieldContentBox { |
michael@0 | 15 | background-color: -moz-Dialog; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | .fileFieldIcon[disabled="true"] { |
michael@0 | 19 | opacity: 0.4; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | .fileFieldIcon { |
michael@0 | 23 | width: 16px; |
michael@0 | 24 | height: 16px; |
michael@0 | 25 | margin-top: 1px; |
michael@0 | 26 | margin-bottom: 1px; |
michael@0 | 27 | -moz-margin-start: 1px; |
michael@0 | 28 | -moz-margin-end: 4px; |
michael@0 | 29 | } |
michael@0 | 30 | |
michael@0 | 31 | .fileFieldLabel { |
michael@0 | 32 | -moz-appearance: none; |
michael@0 | 33 | background-color: transparent; |
michael@0 | 34 | border: none; |
michael@0 | 35 | margin: 0px; |
michael@0 | 36 | } |