Skip to content

Instantly share code, notes, and snippets.

@khoazany
Created February 12, 2016 03:31
Show Gist options
  • Save khoazany/a1742b577819cf1dc814 to your computer and use it in GitHub Desktop.
Save khoazany/a1742b577819cf1dc814 to your computer and use it in GitHub Desktop.
Manually Hide "Open In New Tab" Button of Lightbox Modal
.lightbox-nav > .btn-group > .btn:nth-child(2) {
visibility: hidden;
width: 0;
padding: 0;
margin: -1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment