Created
February 12, 2016 03:31
-
-
Save khoazany/a1742b577819cf1dc814 to your computer and use it in GitHub Desktop.
Manually Hide "Open In New Tab" Button of Lightbox Modal
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
.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