mobile-config-firefox/chrome/minimal_in-UI_scrollbars.css

10 lines
198 B
CSS
Raw Normal View History

/* 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
}