
default JWPayer internal style sheet cause conflict with other style sheets
Version 7 has came out with an internal style sheet that may cause conflict with other style sheets. In particular way if you have this or similar rule in your style sheet:
ul li {
background-image: url("../gfx/Check.png");
background-repeat: no-repeat;
background-position: center left;
margin: 0;
padding: 0 0 0 20px;
list-style-type: none;
}
http://s17.postimg.org/ixxh1xf0f/JWP710.png
Removing this rule from my style sheet JWP becomes very nice to see.
http://s8.postimg.org/91o2vrwx1/JWP710_Fix.png
Is it possible remove this internal style sheet for JWP that may cause this bug?