>>309
全てのスクロールバーの色 userContent.cssとuserChrome.cssに
https://egg.5ch.net/test/read.cgi/software/1538578878/901-903

userChrome.cssに
/* サイドバーその他のスクロールバーの色を変える 非アクティブウィンドウ */
#bookmarksPanel scrollbar:-moz-window-inactive,
#history-panel scrollbar:-moz-window-inactive,
#treeBbsMenu scrollbar:-moz-window-inactive,
#sbTree scrollbar:-moz-window-inactive,
#places scrollbar:-moz-window-inactive {
scrollbar-color: black silver !important;
/*scrollbar-width: thin !important;*/
}
/* サイドバーその他のスクロールバーの色を変える アクティブウィンドウ */
#bookmarksPanel scrollbar,
#history-panel scrollbar,
#treeBbsMenu scrollbar,
#sbTree scrollbar,
#places scrollbar {
scrollbar-color: red gray !important;
/*scrollbar-width: thin !important;*/
}