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;
}

RE: Mistforums scroll bar dev code

#2
What's this ?

RE: Mistforums scroll bar dev code

#3
Cool man , Thank you very much i used with it on my forum !

Users browsing this thread: 1 Guest(s)