From: Steve Clay Date: Sat, 23 Nov 2013 23:35:11 +0000 (-0500) Subject: Removes border-radius from radios/checkboxes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=55c39ae0980bced8a03739fc25c6d876979d3572;p=lorea%2Felgg.git Removes border-radius from radios/checkboxes --- diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index f55e57fb4..068cc8fd6 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -69,6 +69,7 @@ input[type="radio"] { margin:0 3px 0 0; padding:0; border:none; + border-radius:0; width:auto; } .elgg-input-checkboxes.elgg-horizontal li,