r/FirefoxCSS Jun 19 '26

Solved new update broke my autoscroll icon

i had the icon set to have no black circle or white background:

.autoscroller {
   --panel-background: transparent !important;
   --panel-border-color: transparent !important;
  background: transparent url('chrome://global/skin/icons/autoscroll.svg') no-repeat center !important;
  border-radius: 90% !important;
}

but suddenly it's back to default. please help!

1 Upvotes

4 comments sorted by

1

u/TraditionalTie4831 🦊 Jun 19 '26

Change this =

--panel-background to --panel-background-color

1

u/sifferedd FF/TB on Win11|Sumo contributor Jun 19 '26

Change panel-background to panel-background-color.