mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-07-30 01:12:57 -04:00
[PR #206] fix: improve toggle slider visibility with better contrast and blue ON state #255
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/community-scripts/ProxmoxVE-Local/pull/206
State: closed
Merged: Yes
Problem
The toggle sliders in the settings modal had low contrast, making it difficult to distinguish between ON and OFF states at a glance.
Solution
Enhanced the toggle component styling to improve visibility:
Changes Made:
Darkened OFF state background:
Added border to the track for better definition:
Enhanced the slider knob contrast:
Improved ON state visibility:
Testing
Fixes the visibility issue where users had to look closely to determine toggle state.