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

Popular posts from this blog

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -