mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
19 lines
299 B
CSS
19 lines
299 B
CSS
|
::-webkit-scrollbar {
|
||
|
width: 8px !important;
|
||
|
height: 8px !important;
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-track {
|
||
|
background-color: #282828;
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-thumb {
|
||
|
background-color: silver;
|
||
|
border: 2px solid #282828;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-corner {
|
||
|
background: silver;
|
||
|
}
|