<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 27.09.2012 10:41, Axel wrote:<br>
    </div>
    <blockquote cite="mid:50641156.1000807@googlemail.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <div id="smartTemplate4-quoteHeader">
        <style type="text/css"> #newHeader { font-size: x-small; } #newHeader b { font-weight:bold; color: #990033; } </style>
        <div id="newHeader"> <br>
        </div>
      </div>
      <blockquote class=" cite" id="mid_5064089C_7040509_gmail_com"
        cite="mid:5064089C.7040509@gmail.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        <div class="moz-cite-prefix">One way to 'solve' this is to not
          do the titlebar/menubar overlap in non-standard window themes
          (such as windowblonds).<br>
        </div>
      </blockquote>
      I like the new term you coined; Windows for blondes :)<br>
      <br>
      Do you this is something I could implementing through an extension
      (or userChrome.css rules)? That would be a sufficient workaround
      for Windowblinds users.<br>
      <blockquote class=" cite" id="mid_5064089C_7040509_gmail_com"
        cite="mid:5064089C.7040509@gmail.com" type="cite">
        <div class="moz-cite-prefix"> There is a css media-query thing
          that makes this possible.<br>
        </div>
      </blockquote>
      After skimming over the mdn article, do you mean this one:<br>
      <br>
      <h2 id="-moz-windows-theme">-moz-windows-theme</h2>
      indicates which Windows theme is currently being used. Only
      available on Windows. Possible values are:
      <ul>
        <li><code>aero</code></li>
        <li><code>luna-blue</code></li>
        <li><code>luna-olive</code></li>
        <li><code>luna-silver</code></li>
        <li><code>royale</code></li>
        <li><code>generic</code></li>
        <li><code>zune</code></li>
      </ul>
      and<br>
      <h2 id="-moz-windows-default-theme">-moz-windows-default-theme</h2>
      so basically it could be dependent on -moz-windows-default-theme
      being 0? I would be interested to write some test code for this at
      the weekend and if you like to help me, send you a test version to
      see how it behaves in Windows 7<br>
      <br>
    </blockquote>
    With <a class="moz-txt-link-freetext" href="http://mozilla.paenglab.ch/test/detectdesktoptheme.zip">http://mozilla.paenglab.ch/test/detectdesktoptheme.zip</a> you can
    try what media query would match for Windowblinds (or -blonds?).
    Unzip it and open it in your browser. It would be great if you can
    attach a screenshot of the result.<br>
    <br>
    Does the same happen with default theme when you switch away and
    then back to TB like with Alfred's theme?<br>
    <br>
    Richard<br>
  </body>
</html>