main:
bg:
bgHover:
bgActive:
Size:
px
Curve:
px
button:
bg:
bgHover:
bgActive:
Size:
px
Curve:
px
thumb:
Border: px
trackbar:
Border: px
generated code:
<style type="text/css">
::-webkit-scrollbar {
  width: px;
  height: px;
}
::-webkit-scrollbar-button {
  width: px;
  height: px;
}
::-webkit-scrollbar-thumb {
  background: ;
  border: ;
  border-radius: px;
}
::-webkit-scrollbar-thumb:hover {
  background: ;
}
::-webkit-scrollbar-thumb:active {
  background: ;
}
::-webkit-scrollbar-track {
  background: ;
  border: ;
  border-radius: px;
}
::-webkit-scrollbar-track:hover {
  background: ;
}
::-webkit-scrollbar-track:active {
  background: ;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
</style>
::-webkit-scrollbar {
  width: px;
  height: px;
}
::-webkit-scrollbar-button {
  width: px;
  height: px;
}
::-webkit-scrollbar-thumb {
  background: ;
  border: ;
  border-radius: px;
}
::-webkit-scrollbar-thumb:hover {
  background: ;
}
::-webkit-scrollbar-thumb:active {
  background: ;
}
::-webkit-scrollbar-track {
  background: ;
  border: ;
  border-radius: px;
}
::-webkit-scrollbar-track:hover {
  background: ;
}
::-webkit-scrollbar-track:active {
  background: ;
}
::-webkit-scrollbar-corner {
  background: transparent;
}