From 25de3c2612c8fdf39a2989c94c0bafe1ccccbeab Mon Sep 17 00:00:00 2001 From: Fritz Date: Wed, 27 May 2026 19:12:58 +1000 Subject: [PATCH] fix: match inspector scrollbar contrast to properties panel --- .../com.discord.streamdeck.sdPlugin/ui/inspector.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/discord-plugin/com.discord.streamdeck.sdPlugin/ui/inspector.html b/discord-plugin/com.discord.streamdeck.sdPlugin/ui/inspector.html index 89ad928..c686e46 100644 --- a/discord-plugin/com.discord.streamdeck.sdPlugin/ui/inspector.html +++ b/discord-plugin/com.discord.streamdeck.sdPlugin/ui/inspector.html @@ -125,8 +125,9 @@ .warning.visible { display: block; } ::-webkit-scrollbar { width: 4px; } - ::-webkit-scrollbar-thumb { background: #3b3d45; border-radius: 2px; } - ::-webkit-scrollbar-track { background: transparent; } + ::-webkit-scrollbar-track { background: #2b2d31; } + ::-webkit-scrollbar-thumb { background: #3d3f45; border-radius: 2px; } + ::-webkit-scrollbar-thumb:hover { background: #4a4c54; } hr { border: none;