fenix-fox/content/transparent_reader_toolbar.css

13 lines
556 B
CSS
Raw Normal View History

2020-05-22 05:13:58 +00: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 19:38:02 +00:00
/* Toolbar is invisible until hovered */
2018-10-21 15:44:14 +00: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; }
}