No idea about Chromium for Ubuntu but assuming that things are similar to Windows, ...
do you have a User Stylesheets folder or directory anywhere in your Chrome directory?
If yes, does it contain a file called custom.css? It's okay if there's nothing in that file.
If the answer is no, can you run Chromium with a switch "-enable-user-stylesheet"?
If you can, does that action create the directory and the file I mentioned above?
If it does, you can just copy-paste the lines that PAEz has given into the custom.css file using a text editor
::-webkit-scrollbar {
height: 12px;
width: 12px;
background: #000;
}
::-webkit-scrollbar-thumb {
background: #393812;
-webkit-border-radius: 1ex;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
background: #000;
}
Save the custom.css file and run Chromium with the same switch.
Let us know what happens!


LinkBack URL
About LinkBacks



Reply With Quote
