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.

This commit is contained in:
nick.kreeger%park.edu 2006-06-15 03:45:34 +00:00
Родитель 6f36303838
Коммит 0ecd3061ce
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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