You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
I cannot set scrollbar background-color & background-image to use theme variables: (-toolbar-bgcolor) & (--lwt-header-image). I would like to match the background to the background I use with addonbar_vertical.uc.js
Scrollbar code is neither applied to the DOM (xul, toolbars, buttons [->userChrome.css]) nor webcontent (html sites[->userContent]) and the CSS variables are defined on DOM level in "browser.css" for example.
Mozilla has added some new features so we might be able to style scrollbars through userContent.css after all differently, but I believe this method will not be compatible to custom scrollbar script.
See Aris-t2/CustomCSSforFx#160
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cannot set scrollbar background-color & background-image to use theme variables: (-toolbar-bgcolor) & (--lwt-header-image). I would like to match the background to the background I use with addonbar_vertical.uc.js
-moz-appearance: none !important;
background-color: var(--toolbar-bgcolor);
background-image: var(--lwt-header-image);
background-size: 1920px 1024px;
background-clip: padding-box;
color: #000000 !important;
border-right-style: solid;
border-color: black;
border-width:1px;
} \
Method used: M2
Windows 10-64
Firefox 65-2018.11.01
The text was updated successfully, but these errors were encountered: