Issue#1092 - White theme has correct manual mounting colors #696

Closed
opened 2026-04-05 21:23:23 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ZycaR on 7/9/2024

Fixes https://github.com/SlimeVR/SlimeVR-Server/issues/1092 - White theme has broken manual mounting text

White theme was incorrectly applying a black background color as the shade overlay for pop-up windows.
The fix ensures that the correct background color is applied to the shade overlay, respecting the selected theme (white or other).

UI Change:

  • Use class names respecting the theme instead of constant "black" background color for the overlay.
  • For the white theme, the overlay background color is now white with the specified opacity.
  • For the dark theme(s), the overlay background color remains black with the specified opacity.

Additional Change:

  • The background color for the overlay is fixed on more than just manual mounting page. For example assignment page when you navigate from tracker settings now have proper background color.

image
image

previous look:
image

*Originally created by @ZycaR on 7/9/2024* Fixes https://github.com/SlimeVR/SlimeVR-Server/issues/1092 - White theme has broken manual mounting text White theme was incorrectly applying a black background color as the shade overlay for pop-up windows. The fix ensures that the correct background color is applied to the shade overlay, respecting the selected theme (white or other). **UI Change:** - Use class names respecting the theme instead of constant "black" background color for the overlay. - For the white theme, the overlay background color is now white with the specified opacity. - For the dark theme(s), the overlay background color remains black with the specified opacity. - **Additional Change:** - The background color for the overlay is fixed on more than just manual mounting page. For example assignment page when you navigate from tracker settings now have proper background color. ![image](https://github.com/SlimeVR/SlimeVR-Server/assets/11602729/592d3482-d13c-44f0-8703-fdba3861f9ed) ![image](https://github.com/SlimeVR/SlimeVR-Server/assets/11602729/6ad778d2-13f0-426f-bc51-65857dc49423) previous look: ![image](https://github.com/SlimeVR/SlimeVR-Server/assets/11602729/168dbc57-d362-453e-8b36-b30f6e3aea5c)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Server#696