mobile-config-firefox/content/about_page_scrollbars.css

8 lines
224 B
CSS
Raw Normal View History

2019-03-01 17:04:22 +01:00
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2018-12-19 18:38:03 +01:00
@-moz-document url-prefix("about:"){
2019-03-01 17:04:22 +01:00
page,
scrollbar{
2018-12-19 18:38:03 +01:00
scrollbar-color: rgb(210,210,210) rgb(46,54,69);
scrollbar-width: thin;
}
}