We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As Axel already confirmed there is a font shadow definition in the respective CSS file.
` /* editboxes for templates */
.templateBox { background: rgba(255, 255, 255, 0.5); color: #000000; text-shadow: 1px 1px 1px rgba(250, 250, 250, 0.9); /* white shadow for dark themes */ min-height: 7em; font-family: consolas,"courier new",monospace; font-size: 9pt; } `
But this makes it very difficult to read the text. Therefore please remove it completely or make it an option in the settings. :)
The text was updated successfully, but these errors were encountered:
Done. See the test version below:
smartTemplate-fx-3.8.1pre2.zip
As always, to test this version, download the zip file then drag same file into Thunderbird Add-ons Manager.
Sorry, something went wrong.
Fixed in 3.9 - released on 09/12/2021
No branches or pull requests
As Axel already confirmed there is a font shadow definition in the respective CSS file.
`
/* editboxes for templates */
.templateBox {
background: rgba(255, 255, 255, 0.5);
color: #000000;
text-shadow: 1px 1px 1px rgba(250, 250, 250, 0.9); /* white shadow for dark themes */
min-height: 7em;
font-family: consolas,"courier new",monospace;
font-size: 9pt;
}
`
But this makes it very difficult to read the text.
Therefore please remove it completely or make it an option in the settings. :)
The text was updated successfully, but these errors were encountered: