cssgoogle-chrome-devtoolsuserstyles

Where does user stylesheet in Chrome DevTools come from?


This issue is under Chrome Version 39.0.2171.95 m.

Styles side panel in Chrome DevTools displaying a user stylesheet

So I have the above. You can see that the element (it's some text) has a color set (via a .css file) - however, the user stylesheet is setting the background to the same colour. This code:

background: rgb(255, 145, 0)

It cannot be disabled and I cannot find it anywhere in my code. Where might this be being picked up from? It's not in my .css or within my .php script. Where does the user stylesheet come from if not within a .css file?


Solution

  • The Google Chrome plug-in Hootsuite was causing the issue. Once removed, all OK.