Coloured Scrollbars

This script will colour the scrollbar of your webpage.
Put this script after the <head> tag:

<style type="text/css">
body {
scrollbar-arrow-color: #Color;
scrollbar-base-color: #Color;
scrollbar-dark-shadow-color:#Color;
scrollbar-track-color: #Color;
}
</style>

Replace #Color with the code of the color that you want (for example, #FFFFFFFF will be white)

<< Back