fenix-fox/content/transparent_reader_toolbar.css

15 lines
610 B
CSS
Raw Normal View History

2020-05-22 07:13:58 +02:00
/* 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. */
2018-12-06 20:38:02 +01:00
/* Toolbar is invisible until hovered */
@namespace html url("http://www.w3.org/1999/xhtml");
2018-10-21 17:44:14 +02:00
@-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; }
}