Bullet List - change icon color

Hy,
i'm using a Bullet List like this,
https://snag.gy/JDxq3F.jpg
but having changed the background color, the Check icon that are black, you can not see them anymore, as below
https://snag.gy/xE3QcS.jpg

I tried in different ways:
my-class-color
.my-class-color { color:#ffffff !important; }
or
<div id="editableContent"> </div>
and
#editableContent ul {
    color: #ffffff;
}

but I can not change the color in white.
It's possible to have the Icon Check white?
how?
Thanks!

Comments

Sign In or Register to comment.