mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
13 lines
No EOL
556 B
CSS
13 lines
No EOL
556 B
CSS
/* 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. */
|
|
|
|
/* Toolbar is invisible until hovered */
|
|
|
|
@-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; }
|
|
} |