@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url-prefix("about:"){
  xul|page,
  xul|scrollbar{
    scrollbar-color: rgb(210,210,210) rgb(44, 46, 49);
    scrollbar-width: thin;
  }
}