Skip to content

Commit a292ca1

Browse files
Merge pull request #57 from FritzBlignaut/feature/inspector-scrollbar-styling
fix: match inspector scrollbar contrast to properties panel
2 parents ac674f0 + 25de3c2 commit a292ca1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

discord-plugin/com.discord.streamdeck.sdPlugin/ui/inspector.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@
125125
.warning.visible { display: block; }
126126

127127
::-webkit-scrollbar { width: 4px; }
128-
::-webkit-scrollbar-thumb { background: #3b3d45; border-radius: 2px; }
129-
::-webkit-scrollbar-track { background: transparent; }
128+
::-webkit-scrollbar-track { background: #2b2d31; }
129+
::-webkit-scrollbar-thumb { background: #3d3f45; border-radius: 2px; }
130+
::-webkit-scrollbar-thumb:hover { background: #4a4c54; }
130131

131132
hr {
132133
border: none;

0 commit comments

Comments
 (0)