mobile-config-firefox/content/about_page_scrollbars.css

8 lines
153 B
CSS
Raw Normal View History

2018-12-19 18:38:03 +01:00
@-moz-document url-prefix("about:"){
2019-12-11 17:38:09 +01:00
window,
2019-03-01 17:04:22 +01:00
page,
scrollbar{
2019-08-16 15:31:08 +02:00
scrollbar-color: rgb(210,210,210) rgb(42,42,46);
2018-12-19 18:38:03 +01:00
scrollbar-width: thin;
}
}