remove borders on radio button elements
This commit is contained in:
parent
1de2b92c16
commit
69654950d6
|
@ -682,7 +682,8 @@
|
|||
$sel .= " value=\"0\"";
|
||||
}
|
||||
|
||||
print "<input type=\"radio\" $sel $attributes name=\"$id\"> $v ";
|
||||
print "<input class=\"noborder\"
|
||||
type=\"radio\" $sel $attributes name=\"$id\"> $v ";
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -989,3 +989,6 @@ div.cdmContent a:hover {
|
|||
color : black;
|
||||
}
|
||||
|
||||
.noborder {
|
||||
border-width : 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue