fenix-fox/content/about_page_scrollbars.css
2019-03-01 18:04:22 +02:00

8 lines
No EOL
224 B
CSS

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