From 3628622f30ffa0a282d3f76797f3b107d80a8c4d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 4 Nov 2019 23:46:04 +0200 Subject: [PATCH] Set scrollbar color derived from applied colors --- chrome/minimal_popup_scrollbars.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/chrome/minimal_popup_scrollbars.css b/chrome/minimal_popup_scrollbars.css index f43614d..5d90ad4 100644 --- a/chrome/minimal_popup_scrollbars.css +++ b/chrome/minimal_popup_scrollbars.css @@ -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 -} \ No newline at end of file