Fix bug 324501, Search field input box renders with unnecessary boder. Patch by Smokey Ardisson <alqahira@mindspring.com> 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
This commit is contained in:
nick.kreeger%park.edu
2006-06-15 03:45:42 +00:00
parent 573fb468c8
commit d463bf7579

View File

@@ -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;