insomnia/app/ui/css/components/scrollbars.less
2017-01-23 14:41:31 -08:00

21 lines
347 B
Plaintext

@import '../constants/colors';
@import '../constants/dimensions';
::-webkit-scrollbar {
width: @scrollbar-width;
height: @scrollbar-width;
}
::-webkit-scrollbar-track {
background-color: @hl-xs;
}
::-webkit-scrollbar-thumb {
background: @hl-md;
border-radius: @padding-sm;
}
::-webkit-scrollbar-corner {
background: transparent;
}