From bb966943c3d4ab0afc873c42d2d568d86b01b7b3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 1 Sep 2010 03:10:42 +0000 Subject: - Patch #876982 by wapnik: input file field invisible in IE7. --- themes/seven/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/seven/style.css b/themes/seven/style.css index a6bd0c43b..8c64e81d3 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -623,6 +623,7 @@ div.teaser-checkbox .form-item, } .form-disabled input.form-autocomplete, .form-disabled input.form-text, +.form-disabled input.form-file, .form-disabled textarea.form-textarea, .form-disabled select.form-select { background-color: #eee; @@ -716,6 +717,7 @@ form input#edit-delete { } input.form-autocomplete, input.form-text, +input.form-file, textarea.form-textarea, select.form-select { padding: 2px; @@ -725,6 +727,7 @@ select.form-select { color: #333; } input.form-text:focus, +input.form-file:focus, textarea.form-textarea:focus, select.form-select:focus { color: #000; -- cgit v1.2.3