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 controls dissapear when focused #3

Closed
ThePixelDude111 opened this issue Jan 7, 2025 · 7 comments
Closed

Window controls dissapear when focused #3

ThePixelDude111 opened this issue Jan 7, 2025 · 7 comments

Comments

@ThePixelDude111
Copy link

I'm on windows 10 22h2 (latest update), and this is how the window controls look like when focused:
image

But when the window is not in focus:
image

@ThePixelDude111
Copy link
Author

ThePixelDude111 commented Jan 7, 2025

There are also other missing elements, for example the (Save) button when adding bookmark:
image

and the (Add) button when adding or extensions:
image

@ThePixelDude111
Copy link
Author

These buttons are partially visible because the mouse cursor was on them, but normally they're invisible

@ThePixelDude111
Copy link
Author

Also, (open link in new tab) is missing:
image

@Lockframe
Copy link
Owner

Hello, thank you for letting me know about these issues.
Could you add this to your custom.css file and tell me if it resolved the window control issue? I do not have a Windows 10 machine nor VM at this moment and so I can't replicate your issue.

:root:not(:-moz-window-inactive) .titlebar-restore {
  list-style-image: url('icons/win11-restore.svg') !important;
}
:root:not(:-moz-window-inactive) .titlebar-min {
  list-style-image: url('icons/win11-minimize.svg') !important;
}
:root:not(:-moz-window-inactive) .titlebar-max {
  list-style-image: url('icons/win11-maximize.svg') !important;
}

@ThePixelDude111
Copy link
Author

Hello, thank you for letting me know about these issues. Could you add this to your custom.css file and tell me if it resolved the window control issue? I do not have a Windows 10 machine nor VM at this moment and so I can't replicate your issue.

:root:not(:-moz-window-inactive) .titlebar-restore {
  list-style-image: url('icons/win11-restore.svg') !important;
}
:root:not(:-moz-window-inactive) .titlebar-min {
  list-style-image: url('icons/win11-minimize.svg') !important;
}
:root:not(:-moz-window-inactive) .titlebar-max {
  list-style-image: url('icons/win11-maximize.svg') !important;
}

Thanks for replying, I tried adding these lines but the window controls still don't appear

@Lockframe
Copy link
Owner

Hello, are you still experiencing these issues?

@ThePixelDude111
Copy link
Author

Sorry for not replying earlier, as I had the config removed for a while.
No, the issues are completely gone, in fact, I think that you made this theme perfect, and I think I can say that this is now the best theme available for firefox.

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