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

Window Control Buttons change to white when window isn't focused #196

Open
ISAm-kbh opened this issue Nov 11, 2024 · 2 comments
Open

Window Control Buttons change to white when window isn't focused #196

ISAm-kbh opened this issue Nov 11, 2024 · 2 comments

Comments

@ISAm-kbh
Copy link

The window control buttons (minimize, fullscreen, close) are the correct theme color when the window is focused/clicked on, but when clicking off, they turn white, while everything else turns to an inactive color

Focused:
image

Unfocused:
image

The theme is just a normal firefox theme, so I tried using a couple Firefox Color presets to see if the bug existed there. And sometimes the buttons would turn white, other times they would turn black. But never consistent with the theme.

Turns White:
image
image

Turns Black:
image
image

This only happens with the theme enabled
Do I need some setting in about:config enabled?

@ISAm-kbh ISAm-kbh reopened this Nov 11, 2024
@ISAm-kbh
Copy link
Author

Using Firefox 132.0.1

@ISAm-kbh
Copy link
Author

Fix found:
Somewhere, such as global or shy-toolbar:

.titlebar-color {
    color: var(--toolbar-field-color) !important;
}

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

1 participant