I think this would be a cool and simple addition to MC-M and it would be very easy to implement. I think the default scrollbar should be changed to a custom blue scrollbar (example below)
Example:
(Done with Stylebot)
I made the color of the scrollbar the same as the MCM logo, and here's the code for it:
thanks for reading
Example:
(Done with Stylebot)
I made the color of the scrollbar the same as the MCM logo, and here's the code for it:
Code:
html {
overflow: auto;
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
-webkit-border-radius: 10px;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 0px;
background: #2b84bf;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #2b84bf;
}
thanks for reading
- Type
- Suggestion
- Status
- Implemented
Banned forever. Reason: Scamming (https://gyazo.com/577c603840a941c1db4da669f30deb92)
