when i launched my chrome extensions , its CSS style influences the style of the websites which i was visiting, is there a solution to solve the problem.
i guess maybe there was a same class or id in extension and websites, so the css conflicted! so, what should i do with my css file to avoid the problem?
the html in extension <div class="btn">balabala...</btn> and the html in websites <a class="btn">balabla...</a>
the css file may be like this in extension file:.btn{color:red};and like this in the websites .btn{color:green};