mobile-config-firefox/content/about_page_scrollbars.css
2019-08-16 16:31:08 +03: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(42,42,46);
scrollbar-width: thin;
}
}