mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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
|
|
}
|