From cbe1cae4770a3781a3421513fc3b394b6e3242d2 Mon Sep 17 00:00:00 2001 From: Vince Date: Sat, 4 Dec 2021 21:45:16 +0800 Subject: [PATCH] Fixed #503 --- src/other/firefox/WhiteSur/parts/icons.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/other/firefox/WhiteSur/parts/icons.css b/src/other/firefox/WhiteSur/parts/icons.css index f765252..88677c1 100644 --- a/src/other/firefox/WhiteSur/parts/icons.css +++ b/src/other/firefox/WhiteSur/parts/icons.css @@ -2,6 +2,13 @@ @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; +/* Cursors autoscroller fix */ +.autoscroller { + --panel-background: transparent !important; + --panel-border-color: transparent !important; + background-image: url("chrome://global/skin/icons/autoscroll.svg") !important; +} + /* Built-in firefox icons color */ .toolbarbutton-icon, .protections-popup-category-icon,