<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 4 December 2015 at 09:57, Mark Banner <span dir="ltr"><<a href="mailto:mbanner@mozilla.com" target="_blank">mbanner@mozilla.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><span class="">
</span><span class=""></span>We are now importing our style sheets for the toolbar button and
conversation window titlebar styles via the style sheet manager
rather than the being in the normal css skins. In Browser Toolbox
these are now showing as "(user agent) loop.css" the section has a
grey background and none of them can be changed. We can alter the
element itself, but that isn't as convenient as just editing a
value.<span class=""></span><br></div></blockquote></div><br></div><div class="gmail_extra">That sounds like you're importing them as user agent styles rather than as author styles. Looking at your code:<br><br><a href="https://dxr.mozilla.org/mozilla-central/rev/33d954cc69ff8e0bd22410e3641533e4fac500cf/browser/extensions/loop/bootstrap.js#800-808">https://dxr.mozilla.org/mozilla-central/rev/33d954cc69ff8e0bd22410e3641533e4fac500cf/browser/extensions/loop/bootstrap.js#800-808</a><br><br></div><div class="gmail_extra">and at <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1228542">https://bugzilla.mozilla.org/show_bug.cgi?id=1228542</a> which is resolved fixed, you should be able to start using author styles, and those should work. If not, please file a bug.<br><br></div><div class="gmail_extra">~ Gijs<br></div></div>