Skip to content

Instantly share code, notes, and snippets.

@8th713
Created September 11, 2014 11:04
Show Gist options
  • Save 8th713/55a743d8493368e5faa3 to your computer and use it in GitHub Desktop.
Save 8th713/55a743d8493368e5faa3 to your computer and use it in GitHub Desktop.
[cockpit for pixiv] css addon
.pv-page,
.pv-ugoku-ctrl {
opacity: 0;
transition: opacity .2s .2s;
}
.pv-page:hover,
.pv-ugoku-ctrl:hover {
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment