From 8544ccfb1e71f50b1124cfac8b3636c0651d0bf0 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Fri, 4 Feb 2022 13:59:06 +0100 Subject: [PATCH] Dark theme dark scrollbar in webkit --- snappymail/v/0.0.0/themes/SquaresDark/styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/snappymail/v/0.0.0/themes/SquaresDark/styles.css b/snappymail/v/0.0.0/themes/SquaresDark/styles.css index 0651d7a2e..1463d8abb 100644 --- a/snappymail/v/0.0.0/themes/SquaresDark/styles.css +++ b/snappymail/v/0.0.0/themes/SquaresDark/styles.css @@ -46,6 +46,18 @@ --message-list-toolbar-bg-color: #eee; } +::-webkit-scrollbar { + width: 0.8em; +} +::-webkit-scrollbar-track { + background-color: #000; +} +::-webkit-scrollbar-thumb { + background: #666; + border-radius: 5px; + box-shadow: inset 0 0 3px #000; +} + .thm-message-list-top-toolbar, .thm-message-list-bottom-toolbar { background-image: linear-gradient(to bottom,#444,#111) !important; background-repeat: repeat-x !important;