Skip to content
Snippets Groups Projects
Commit 435cabda authored by kipp%netscape.com's avatar kipp%netscape.com
Browse files

Fixed so that hidden form elements have no border

parent 80eb87ee
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment