Set scrollbar color derived from applied colors

This commit is contained in:
MrOtherGuy 2019-11-04 23:46:04 +02:00
parent 6a4542839b
commit 3628622f30

View file

@ -1,8 +1,9 @@
.panel-subview-body{
scrollbar-color: rgb(210,210,210) var(--uc-dark-bkgnd-color,var(--arrowpanel-background));
scrollbar-width: thin
}
#permList, scrollbar{
scrollbar-color: rgb(210,210,210) var(--uc-light-bkgnd-color,var(--arrowpanel-background));
/* 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
}