mediawiki-skins-Citizen/resources/components/scrollbar.less

22 lines
347 B
Plaintext
Raw Normal View History

2019-11-28 04:24:59 +00:00
//
// Citizen - Scrollbar Styles
// https://starcitizen.tools
//
body::-webkit-scrollbar {
width: 11px;
}
body {
scrollbar-width: thin;
scrollbar-color: @base-70 @base-80;
}
body::-webkit-scrollbar-track {
background: @base-80;
}
body::-webkit-scrollbar-thumb {
background-color: @base-70;
border: 3px solid @base-80;
}