How to fill the color inside the circle shaped line items
- by Samuel
How do I get a red color for the line items shown as a circle?
/* This maps to ul */
.rich-datalist {
list-style: disc;
list-style-position: inside;
margin: 6px 0 1px 0;
padding-left: 18px;
}
/* This maps to li */
.rich-list-item {
padding-top: 5px;
padding-bottom: 15px;
font-size: 13px;
}