mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
remove borders on radio button elements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user