Add html namespace and some comments

This commit is contained in:
MrOtherGuy
2018-12-06 21:38:02 +02:00
parent 95ef609337
commit 900c1930dd
4 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
/* 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;