Garry's Mod Leaks

Mistforums scroll bar dev code

Submitted by Noodlestick, , Thread ID: 62787

Thread Closed
30-11-2017, 03:55 AM
#1
::-webkit-scrollbar {
width: 8px;
height: 3px;
}
::-webkit-scrollbar-button {
height: 0;
background-color: transparent;
}
::-webkit-scrollbar-corner {
background-color: #218ebb;
}
::-webkit-scrollbar-thumb {
height: 5px;
background-color: #218ebb;
/* change border-radius: 3px; to 0px; for square cornors */
border-radius: 3px;
}
::-webkit-scrollbar-track {
background-color: #218ebb;
}
::-webkit-scrollbar-track-piece {
background-color: #222222;
}

Users browsing this thread: 2 Guest(s)