fenix-fox/content/about_page_scrollbars.css
2018-12-19 19:48:22 +02:00

8 lines
No EOL
236 B
CSS

@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;
}
}