12 lines
430 B
CSS
12 lines
430 B
CSS
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/minimal_in-UI_scrollbars.css made available under Mozilla Public License v. 2.0
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
/* 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
|
|
}
|