mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
9 lines
198 B
CSS
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
|
|
}
|