fenix-fox/content/transparent_reader_toolbar.css

8 lines
279 B
CSS
Raw Normal View History

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; }
}