From baf7b16b159daeed8c5cd193d3d0517d544ba5ad Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 1 Mar 2019 18:04:22 +0200 Subject: [PATCH] Use default xul namespace --- content/about_page_scrollbars.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/about_page_scrollbars.css b/content/about_page_scrollbars.css index 24b5a43..bfa418f 100644 --- a/content/about_page_scrollbars.css +++ b/content/about_page_scrollbars.css @@ -1,7 +1,7 @@ -@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @-moz-document url-prefix("about:"){ - xul|page, - xul|scrollbar{ + page, + scrollbar{ scrollbar-color: rgb(210,210,210) rgb(46,54,69); scrollbar-width: thin; }