mobile-config-firefox/content/about_page_scrollbars.css

13 lines
408 B
CSS
Raw Normal View History

2020-05-22 05:13:58 +00:00
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/about_page_scrollbars.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
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;
}
}