fenix-fox/content/about_page_scrollbars.css

10 lines
178 B
CSS
Raw Normal View History

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