refactore directory structure
This commit is contained in:
parent
3830eef1f4
commit
e87bfb7c39
485 changed files with 66 additions and 1696 deletions
|
@ -0,0 +1,12 @@
|
|||
/* 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; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue