insomnia/app/ui/css/components/scrollbars.less
2016-09-16 22:46:44 -07:00

21 lines
343 B
Plaintext

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