From e02c5c9963701096b8b25ca3455a3d1efcf76c5c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 5 Sep 2020 10:48:59 +0300 Subject: [PATCH] Remove useless namespace declaration --- content/transparent_reader_toolbar.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/transparent_reader_toolbar.css b/content/transparent_reader_toolbar.css index 9fb5a3c..ca2b201 100644 --- a/content/transparent_reader_toolbar.css +++ b/content/transparent_reader_toolbar.css @@ -3,8 +3,6 @@ See the above repository for updates as well as full license text. */ /* Toolbar is invisible until hovered */ -@namespace html url("http://www.w3.org/1999/xhtml"); - @-moz-document url-prefix("about:reader"){ .reader-toolbar, .reader-toolbar .button:not(:hover) { background-color: transparent !important;