Created
September 11, 2014 11:04
-
-
Save 8th713/55a743d8493368e5faa3 to your computer and use it in GitHub Desktop.
[cockpit for pixiv] css addon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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