How to override embedded style in chrome?
Posted
by Erinther
on Stack Overflow
See other posts from Stack Overflow
or by Erinther
Published on 2010-05-16T12:35:19Z
Indexed on
2010/05/16
12:40 UTC
Read the original article
Hit count: 233
Chrome appends an stylesheet and it make a lot of problems for me. for example this selector
html>body, html>body * {background-color:#ffffff !important}
is one oe the things I can't override in my own styles. Anyone has a solution for that?
© Stack Overflow or respective owner