
Untitled
By: a guest on
Aug 20th, 2012 | syntax:
None | size: 0.56 KB | hits: 7 | expires: Never
body { background-color: black; }
input[type='radio'] {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
-moz-border-radius: 1.8em;
-webkit-border-radius: 1.8em;
-o-border-radius: 1.8em;
-ms-border-radius: 1.8em;
-khtml-border-radius: 1.8em;
border-radius: 1.8em;
color: white;
border: 0.2em solid white;
width: 3.6em;
height: 3.6em;
text-align: center;
padding-top: 0.4em; }
input[type='radio']:before {
content: "✔";
font-size: 2em; }
input[type='radio']:checked { color: green; }