fenix-fox/content/transparent_reader_toolbar.css
2020-05-22 08:13:58 +03:00

15 lines
No EOL
610 B
CSS

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/transparent_reader_toolbar.css made available under Mozilla Public License v. 2.0
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;
border: none !important;
}
.reader-toolbar:not(:hover)>*:not([open]){ visibility:hidden; }
body{ text-align: justify; }
}