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;