mediawiki-skins-Citizen/resources/skins.citizen.styles/scrollbar.less

19 lines
271 B
Plaintext
Raw Normal View History

2019-11-28 04:58:31 +00:00
* {
2019-12-26 10:21:50 +00:00
scrollbar-width: thin;
scrollbar-color: @base-70 transparent;
2019-11-28 04:24:59 +00:00
}
2019-12-02 20:09:14 +00:00
::-webkit-scrollbar {
2019-12-26 10:21:50 +00:00
width: 4px;
height: 4px;
2019-11-28 04:58:31 +00:00
}
2019-12-02 20:09:14 +00:00
::-webkit-scrollbar-track {
2019-12-26 10:21:50 +00:00
background: transparent;
2019-11-28 04:24:59 +00:00
}
2019-12-02 20:09:14 +00:00
::-webkit-scrollbar-thumb {
2019-12-26 10:21:50 +00:00
background-color: @base-70;
border: 4px solid transparent;
}