Skip to content

Instantly share code, notes, and snippets.

@regepan
Last active December 23, 2015 10:29
Show Gist options
  • Save regepan/6622173 to your computer and use it in GitHub Desktop.
Save regepan/6622173 to your computer and use it in GitHub Desktop.
always visible arrows in fancybox by CSS.
#fancybox-left-ico {
left: -45px;
}
#fancybox-right-ico {
right: -45px;
left: auto;
}
.fancybox-nav span {
visibility:visible;
}
#fancybox-left:hover span {
left: -45px;
}
#fancybox-right:hover span {
right: -45px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment