Sofern ihr das default Theme nutzt, folgendes in die userChrome.css und glücklich sein.
CSS
#autoscroller {
border: none !important;
background-image: url("chrome://global/skin/icons/autoscroll.png") !important;
background-color: transparent !important;
background-position: right top !important;
-moz-appearance: none !important;
}
#autoscroller[scrolldir="NS"] {
background-position: right center !important;
}
#autoscroller[scrolldir="EW"] {
background-position: right bottom !important;
}
Alles anzeigen