This method is applicable to any chrome version in Windows (other browsers Based on the chrome kernel are not tested ).
Directory: ** \ google \ chrome \ User Data \ profile 2 \ User stylesheets
The directory may change... but it must be stylesheets.
The file must be the following
Then we can see a CSS file named custom.
Right-click to edit
Code:
:-WebKit-scrollbar-track-piece {
Background-color: # FFF;
-WebKit-border-radius: 0;
}
:-WebKit-scrollbar {
Width: 12px;/* the width of the scroll bar.
Height: 8px;
}
:-WebKit-scrollbar-thumb {
Height: 50px;
Background-color: #990000;/* This is the color of the long blocks that are rolled.
-WebKit-border-radius: 4px;
Outline: 2px solid # FFF;
Outline-offset:-2px;
Border: 2px solid # FFF;
}
:-WebKit-scrollbar-thumb: hover {
Height: 50px;
Background-color: #000000;/* This is the color of the mouse hovering over the scroll block PS other self-exploration put... West
-WebKit-border-radius: 4px;
}