From d463bf757975442e9a5be8d66b273cefeb5cc975 Mon Sep 17 00:00:00 2001 From: "nick.kreeger%park.edu" Date: Thu, 15 Jun 2006 03:45:42 +0000 Subject: [PATCH] Fix bug 324501, Search field input box renders with unnecessary boder. Patch by Smokey Ardisson r=Chris Lawson, sr=smfr, dveditz=branch approval 1.8.0 and 1.8.1. Landing 1.8.0, 1.8, and trunk. git-svn-id: svn://10.0.0.236/trunk@199946 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/style/forms.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/layout/style/forms.css b/mozilla/layout/style/forms.css index a58f51e382a..1d423a8bd1c 100644 --- a/mozilla/layout/style/forms.css +++ b/mozilla/layout/style/forms.css @@ -626,6 +626,12 @@ input[type="image"] { margin: 0; } +/* fixes Apple's proprietary search boxes in Camino */ +input[type="search"], +input[type="search"] disabled { + margin: 0; +} + /* margins makes sure they are aligned with the text baseline */ input[type="checkbox"] { -moz-appearance: checkbox-small;