From 0ecd3061ce670b8bd45711531fdd82444de2fdc3 Mon Sep 17 00:00:00 2001 From: "nick.kreeger%park.edu" Date: Thu, 15 Jun 2006 03:45:34 +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. --- layout/style/forms.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layout/style/forms.css b/layout/style/forms.css index a58f51e382a..1d423a8bd1c 100644 --- a/layout/style/forms.css +++ b/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;