You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
firefox-csshacks/chrome/minimal_popup_scrollbars.css

8 lines
281 B
CSS

.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));
scrollbar-width: thin
}