I have a CSS file that is not written by me, but I need to change the material. My problem is this:
list-style-image: url("../images/pfeil.png");
The path to the image is correct, but it is not displayed. I used Firebug to check which styles are applied and I can see that the line goes through. According to the documentation, this means that it is overwritten by another rule.
Is there a way / tool to find out which rule overwrites the line above?
source share