2018-12-06 19:38:02 +00:00
|
|
|
/* Toolbar is invisible until hovered */
|
|
|
|
|
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
|
|
|
|
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; }
|
|
|
|
}
|