Skip to content

Tools Menu icons black in dark themes - Win10 #217

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

Closed
RealRaven2000 opened this issue Oct 22, 2021 · 2 comments
Closed

Tools Menu icons black in dark themes - Win10 #217

RealRaven2000 opened this issue Oct 22, 2021 · 2 comments
Assignees

Comments

@RealRaven2000
Copy link
Owner

RealRaven2000 commented Oct 22, 2021

This only happens when using dark themes in Windows 10. The icons on the tools menu of QuickFolders are dark - expected behavior would be that they are white.

image

I did not notice this before as I still run Windows 7 on my main profile and there the OS skins the menus:

image

@RealRaven2000
Copy link
Owner Author

I couldn't reproduce the issue on my other Windows 10 PC - menus are not shown in black background here even with dark Tb themes activated, but I will test again later on my wife's laptop. here is an attempt at a fix:
QuickFolders-mx-5.8.3pre1.zip

essentially I added the following lines to quickfolders-layout.css:

#QuickFolders-ToolbarPopup menuitem image {
  fill: var(--toolbarbutton-icon-fill, currentColor);
  fill-opacity: var(--toolbarbutton-icon-fill-opacity);
}

@RealRaven2000
Copy link
Owner Author

These are now fixed in 5.17.1:

image

There are also similar fixes in the options window, which however may depend on the config setting
svg.context-properties.content.enabled = true

because it uses certain vendor specific CSS attributes that are not by default exposed to "content" by Thunderbird.

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

No branches or pull requests

1 participant