get paid to paste

8chan.moe/from/ scrollbar

*::-webkit-scrollbar {width: 15px;}

*::-webkit-scrollbar-track {
  background: #242424;
  border-left: 1px solid #333;
}

*::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 0px;
  border: 0.5px solid #666;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #777;
  border-radius: 0px;
  border: 0.5px solid #888;
}

*::-webkit-scrollbar-corner {background-color: #aaa !important;}

/*Page up/down arrows*/
::-webkit-scrollbar-button {
    background-size: 100%;
    height: 18px;
    width: 18px;
}

::-webkit-scrollbar-button:single-button {
  background-color: #222;
  display: block;
  border-style: solid;
  height: 20px;
  width: 15px;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #aaa transparent;
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #ddd transparent;
cursor: pointer !important;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #aaa transparent transparent transparent;
}

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #ddd transparent transparent transparent;
cursor: pointer !important;
}

Pasted: Feb 26, 2021, 5:58:40 pm
Views: 14