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

19 lines
309 B
Plaintext
Raw Normal View History

2019-11-28 04:58:31 +00:00
* {
scrollbar-color: var( --scrollbar-color ) transparent;
scrollbar-width: thin;
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
border: 4px solid transparent;
background-color: var( --background-color-icon );
2019-12-26 10:21:50 +00:00
}