mobile-config-firefox/content/about_page_scrollbars.css

13 lines
408 B
CSS
Raw Normal View History

2020-05-22 07:13:58 +02: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 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,
2020-01-03 14:40:13 +01:00
html,
.main-content,
2019-03-01 17:04:22 +01:00
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;
}
}