You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
firefox-csshacks/chrome/minimal_in-UI_scrollbars.css

10 lines
198 B
CSS

/* Changes various in-UI scrollabars to be slim and more subtle */
.panel-subview-body,
#permList,
scrollbar{
color: inherit;
scrollbar-color: currentColor transparent;
scrollbar-width: thin
}