fne, 2018-05-20 06:33 »
Update to my scroll css:
Code: Select all
body::-webkit-scrollbar { width:21px !important; }
::-webkit-scrollbar-track {
background:rgba(255,255,255,1) !important;
border-radius:0px !important;
/*this makes scrollbar lines visible: -webkit-box-shadow:inset 0 0 4px rgba(77,77,77,1) !important;*/
}
::-webkit-scrollbar-thumb {
background-color:#ff4147 !important;
background-image:-webkit-linear-gradient(294deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255, 255, 255,.2) 75%,transparent 75%,transparent);
min-height:21px;
border-radius:0px !important;
-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0) !important;
}
::-webkit-scrollbar-button {
background-size: 90%;
width:21px;
height:21px;
background-repeat: no-repeat;
background-position: center;
background-color:#000000 !important;
background-image:-webkit-linear-gradient(294deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255, 255, 255,.2) 75%,transparent 75%,transparent);
}
- scroll.png (985 Bytes) Viewed 23890 times
Update to my scroll css:
[code]
body::-webkit-scrollbar { width:21px !important; }
::-webkit-scrollbar-track {
background:rgba(255,255,255,1) !important;
border-radius:0px !important;
/*this makes scrollbar lines visible: -webkit-box-shadow:inset 0 0 4px rgba(77,77,77,1) !important;*/
}
::-webkit-scrollbar-thumb {
background-color:#ff4147 !important;
background-image:-webkit-linear-gradient(294deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255, 255, 255,.2) 75%,transparent 75%,transparent);
min-height:21px;
border-radius:0px !important;
-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0) !important;
}
::-webkit-scrollbar-button {
background-size: 90%;
width:21px;
height:21px;
background-repeat: no-repeat;
background-position: center;
background-color:#000000 !important;
background-image:-webkit-linear-gradient(294deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255, 255, 255,.2) 75%,transparent 75%,transparent);
}
[/code]
[attachment=0]scroll.png[/attachment]