- 5
How is the checkbox styled in version 3.3. Changing the image checkbox.png has no affect. Image of the issue is here: http://organicwine.com.au/docs/nopTemplatesCheckBoxIssue.png
.filtersGroupPanel li a:before {
content: " ";
display: inline-block;
width: 8px;
height: 8px;
border: 1px solid #333;
position: absolute;
top: 50%;
left: 10px;
margin: -6px 0 0;
}
.filtersGroupPanel li a:before {
content: " ";
display: inline-block;
width: 8px;
height: 8px;
border: 1px solid #333;
position: absolute;
top: 50%;
left: 10px;
margin: -6px 0 0;
border-radius: 50%;
}