This commit is contained in:
MrOtherGuy 2018-12-19 19:38:03 +02:00
parent 3c277a38c0
commit 692e62a5ad

View file

@ -0,0 +1,8 @@
@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(46,54,69);
scrollbar-width: thin;
}
}