mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
Dark theme dark scrollbar in webkit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user