krista-m
5/1/2019 - 7:50 PM

Custom checkbox image


.dashboard-first-steps input[type="checkbox"] {
	background-image: url(http://moneywordsmonthly.flywheelsites.com/wp-content/uploads/2019/04/Circle.png);
	border: none;
	width: 51px;
    height: 51px;
    -webkit-appearance: none;
    background-color: transparent;
    background-size: contain;
}

.dashboard-first-steps input[type="checkbox"]:checked,
.dashboard-first-steps input[type="checkbox"]:hover:checked,
.dashboard-first-steps input[type="checkbox"]:focus:checked {
	background-image: url(http://moneywordsmonthly.flywheelsites.com/wp-content/uploads/2019/04/Tick.png);
	background-color: transparent;
	border: none;
}