fenix-fox/chrome/minimal_in-UI_scrollbars.css
2019-11-04 23:48:30 +02:00

9 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
}