Set scrollbar color derived from applied colors
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
.panel-subview-body{
|
/* Changes various in-UI scrollabars to be slim and more subtle */
|
||||||
scrollbar-color: rgb(210,210,210) var(--uc-dark-bkgnd-color,var(--arrowpanel-background));
|
|
||||||
scrollbar-width: thin
|
.panel-subview-body,
|
||||||
}
|
#permList,
|
||||||
#permList, scrollbar{
|
scrollbar{
|
||||||
scrollbar-color: rgb(210,210,210) var(--uc-light-bkgnd-color,var(--arrowpanel-background));
|
color: inherit;
|
||||||
|
scrollbar-color: currentColor transparent;
|
||||||
scrollbar-width: thin
|
scrollbar-width: thin
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user