Set scrollbar color derived from applied colors
This commit is contained in:
parent
6a4542839b
commit
3628622f30
1 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
|||
.panel-subview-body{
|
||||
scrollbar-color: rgb(210,210,210) var(--uc-dark-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
|
||||
}
|
||||
#permList, scrollbar{
|
||||
scrollbar-color: rgb(210,210,210) var(--uc-light-bkgnd-color,var(--arrowpanel-background));
|
||||
scrollbar-width: thin
|
||||
}
|
Loading…
Reference in a new issue