зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
6f36303838
Коммит
0ecd3061ce
|
@ -626,6 +626,12 @@ input[type="image"] {
|
||||||
margin: 0;
|
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 */
|
/* margins makes sure they are aligned with the text baseline */
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
-moz-appearance: checkbox-small;
|
-moz-appearance: checkbox-small;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче