зеркало из https://github.com/mozilla/gecko-dev.git
Fixed so that hidden form elements have no border
This commit is contained in:
Родитель
80eb87ee12
Коммит
435cabda8e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче