From 692e62a5ad763d749b513f42ea4c907ba269b432 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 19 Dec 2018 19:38:03 +0200 Subject: [PATCH] New file --- content/about_page_scrollbars.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/about_page_scrollbars.css 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