Fixed so that hidden form elements have no border

This commit is contained in:
kipp%netscape.com 1999-04-23 20:16:40 +00:00
Родитель 80eb87ee12
Коммит 435cabda8e
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -414,6 +414,9 @@ input {
background-color: white;
color: black;
}
input[type=hidden] {
border: none;
}
input[type=radio] {
/* these margins are for NavQuirks, we need a Standard ua.css */
margin-left: 3px;

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

@ -414,6 +414,9 @@ input {
background-color: white;
color: black;
}
input[type=hidden] {
border: none;
}
input[type=radio] {
/* these margins are for NavQuirks, we need a Standard ua.css */
margin-left: 3px;