diff --git a/content/about_page_scrollbars.css b/content/about_page_scrollbars.css new file mode 100644 index 0000000..16e64cd --- /dev/null +++ b/content/about_page_scrollbars.css @@ -0,0 +1,8 @@ +@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@-moz-document url-prefix("about:"){ + xul|page, + xul|scrollbar{ + scrollbar-color: rgb(210,210,210) rgb(46,54,69); + scrollbar-width: thin; + } +} \ No newline at end of file