rename to something more sane

This commit is contained in:
MrOtherGuy
2019-11-04 23:48:30 +02:00
parent 3628622f30
commit 3f4ee6579a

View File

@@ -0,0 +1,9 @@
/* 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
}