input border fix for FF

This commit is contained in:
Andrew Dolgov 2005-12-21 18:51:40 +01:00
parent cbb0169690
commit bd62b8b392
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ a.button {
display : none;
}
td > input {
td > input, div > input {
border : 1px solid #a0a0a0;
}