zhouqicf / code-cola

code cola is a chrome extension for editing online pages' css style visually.
http://www.zhouqicf.com/code-cola
100 stars 29 forks source link

"label" selector overrides Code Cola's styles #1

Open zachalig opened 12 years ago

zachalig commented 12 years ago

Browser: Chrome 16.0.912.63 m on Windows 7

Hi! Great extension! I found that while editing styles for a project in code cola, my project's style sheet had some properties along the lines of label{foo:bar;}

That style was rendered on top of code Cola's labels, destroying your extension's layout.

Thanks!

zhouqicf commented 12 years ago

Thank you for your feedback. As you said, Code Cola is part of current page, so your style will affect it. In the future I will move it into an iframe. For now, use the tag selector as little as possible.This is also a best practice for F2E. Thank you again.