Dark theme dark scrollbar in webkit

This commit is contained in:
the-djmaze 2022-02-04 13:59:06 +01:00
parent 3fc5216841
commit 8544ccfb1e

View file

@ -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;