2020-05-22 05:13:58 +00:00
|
|
|
/* 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. */
|
|
|
|
|
2019-11-04 21:46:04 +00:00
|
|
|
/* Changes various in-UI scrollabars to be slim and more subtle */
|
|
|
|
|
|
|
|
.panel-subview-body,
|
|
|
|
#permList,
|
|
|
|
scrollbar{
|
|
|
|
color: inherit;
|
|
|
|
scrollbar-color: currentColor transparent;
|
2019-04-06 09:03:45 +00:00
|
|
|
scrollbar-width: thin
|
|
|
|
}
|