billkeller / Delicious-Chrome-Extension

Adds a Del.icio.us button in your Chrome Toolbar.
https://chrome.google.com/webstore/detail/gclkcflnjahgejhappicbhcpllkpakej
GNU General Public License v3.0
65 stars 20 forks source link

Extension is hijacking browser CSS for some classes #21

Closed philfreo closed 11 years ago

philfreo commented 11 years ago

Some of the CSS from this extension is applied generically for all pages in Chrome, which is bad!

See here: https://github.com/billkeller/Delicious-Chrome-Extension/blob/master/style.css#L33-L42

This results in any p.success to have a yellow background...

All the selectors needs to be namespaced within .delicious

billkeller commented 11 years ago

Thanks @philfreo, This is now fixed, pushed to the repo and a new package uploaded to the Chrome Web Store. Your version should update itself via Chrome.

philfreo commented 11 years ago

awesome, thanks!