This is what I use, however I don't know if it creates straight scrollbars on all browsers I only have IE.
Anyway go to admin cp >> style manger >> drop down list >> main css >> scroll to the bottom in the top box at the bottom add this (Additional CSS Definitions)
/* ***** SCROLLBARS ***** */
html{
scrollbar-base-color: #3A1E1E;
scrollbar-arrow-color:#B7A5A1;
scrollbar-track-color: #511611;
}
just change the colours to your wishes.
|