Skip to content

Instantly share code, notes, and snippets.

@takuya-andou
Created November 10, 2015 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takuya-andou/a0b1a1c1b0251206b540 to your computer and use it in GitHub Desktop.
Save takuya-andou/a0b1a1c1b0251206b540 to your computer and use it in GitHub Desktop.
ラジオボタン・チェックボックスの大きさをCSSで変更する方法 ref: http://qiita.com/takuya-andou/items/7487424346a69ad02690
input[type="radio"] , input[type="checkbox"]{
-webkit-transform: scale(1.5);
transform: scale(1.5);
margin-right: 0.5em;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment