1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/windows/global/filefield.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +/* 1.5 +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 1.6 +# This Source Code Form is subject to the terms of the Mozilla Public 1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 +*/ 1.10 + 1.11 +/* File Field Widget */ 1.12 +filefield { 1.13 + margin: 2px 4px; 1.14 + -moz-appearance: textfield; 1.15 +} 1.16 + 1.17 +.fileFieldContentBox { 1.18 + background-color: -moz-Dialog; 1.19 +} 1.20 + 1.21 +.fileFieldIcon[disabled="true"] { 1.22 + opacity: 0.4; 1.23 +} 1.24 + 1.25 +.fileFieldIcon { 1.26 + width: 16px; 1.27 + height: 16px; 1.28 + margin-top: 1px; 1.29 + margin-bottom: 1px; 1.30 + -moz-margin-start: 1px; 1.31 + -moz-margin-end: 4px; 1.32 +} 1.33 + 1.34 +.fileFieldLabel { 1.35 + -moz-appearance: none; 1.36 + background-color: transparent; 1.37 + border: none; 1.38 + margin: 0px; 1.39 +}