Mailspring/app/static/linux.less
2017-10-14 17:36:44 -07:00

14 lines
220 B
Plaintext

::-webkit-scrollbar-corner {
background-color: transparent;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
background: rgba(150, 150, 150, 0.33);
}