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

22 lines
355 B
Plaintext
Raw Normal View History

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