checkbox styling with css -
i remove white space between original border of checkbox , boxshadow, looks @ least compact.
float: right; padding: 0px; -ms-transform: scale(1.1); -moz-transform: scale(1.01); -webkit-transform: scale(1.1); -o-transform: scale(1.1); margin-right: 2px; -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); box-shadow: inset 0px 1px 5px #dedede, 0px 1px 3px rgba(0,0,0,0.5);
what can ?
best regards
Comments
Post a Comment