I have a list,
<ul class="listStyle">
<li>
<strong>View :</strong> blah blah.
</li>
<li>
<strong>Edit :</strong> blah blah blah.
</li>
</ul>
I am using square bullet for list.
.listStyle{
list-style-type: square;
}
Bullets appears in black color. Is it possible change the color of the bullet? If yes, how can i change it?
Please help, Thanks