Skip to content
New issue

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

Font shadows in editor text field #161

Closed
reinerblock opened this issue Nov 3, 2021 · 2 comments
Closed

Font shadows in editor text field #161

reinerblock opened this issue Nov 3, 2021 · 2 comments

Comments

@reinerblock
Copy link

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. :)

@RealRaven2000
Copy link
Owner

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.

@RealRaven2000
Copy link
Owner

Fixed in 3.9 - released on 09/12/2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants