<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 23/04/2019 09:43, Michael Van
      Canneyt via lazarus wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:alpine.DEB.2.20.1904230942480.2166@home.telenet.be">
      <br>
      <blockquote type="cite">I sent some bits of css, that I hope will
        get applied, to fix the "yellow dash" (and all other priority
        indicators).
        <br>
      </blockquote>
      <br>
      I applied it.
      <br>
    </blockquote>
    <br>
    Sorry, but it appears some "trash" went into it<br>
    <br>
    <pre>
.my-buglist-id .fa-lg {
 Â  text-shadow: 0px 0px 1px #444;
}
.my-buglist-id .fa-paperclip {
 Â  text-shadow: 0px 0px 0px #000;
}

.column-priority .fa-lg {
 Â  text-shadow: 0px 0px 1px #444;
}</pre>
    <br>
    <br>
  </body>
</html>