minimal-functional-fox icon indicating copy to clipboard operation
minimal-functional-fox copied to clipboard

userContent clobbers ProtonMail composer background

Open proof-by-accident opened this issue 4 years ago • 0 comments

Raising this issue in case someone else has the same problem. The lines:

@-moz-document url(about:blank), url(about:newtab), url(about:home) {
    html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
      background: var(--mff-bg) !important;
    }
  }

cause the ProtonMail client composer to take on whichever color you've set as --mf-bg (in my base #000000). To fix I just commented out the line and the overall theme seems unbroken, but there may be a smarter fix (I'm crap at CSS, sorry).

proof-by-accident avatar Aug 26 '20 17:08 proof-by-accident