Skip to content

Instantly share code, notes, and snippets.

@dfeng
Created June 18, 2015 13:33
Show Gist options
  • Select an option

  • Save dfeng/dcb49cc8021af34fd6fa to your computer and use it in GitHub Desktop.

Select an option

Save dfeng/dcb49cc8021af34fd6fa to your computer and use it in GitHub Desktop.
Hidden Reader Bar
@namespace 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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment