0

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?

Rubén
  • 34,714
  • 9
  • 70
  • 166
Homer_J
  • 3,277
  • 12
  • 45
  • 65
  • you might find interest [reading this](http://webdesign.about.com/od/userstylesheets/a/aa010906.htm)? – jbutler483 Jan 05 '15 at 15:15
  • @jbutler483 - I'm aware of what a User Style Sheet is - what I am asking is where is the user style sheet that Firebug refers to? – Homer_J Jan 05 '15 at 15:17
  • It *could possibly* be within a style sheet of your browser's app data folder (To ensure it's not, could you try opening the same styling in another browser? ) – jbutler483 Jan 05 '15 at 15:25
  • Yup, it's Chrome add-on that's causing it - how annoying! – Homer_J Jan 05 '15 at 15:28
  • You're using Chrome and the screenshot shows the Chrome DevTools. So how is this related to Firebug? – Sebastian Zartner Jan 05 '15 at 21:00

1 Answers1

0

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

Sebastian Zartner
  • 18,808
  • 10
  • 90
  • 132
Homer_J
  • 3,277
  • 12
  • 45
  • 65