Created
October 13, 2015 00:39
-
-
Save M-Drummond/1ffc7b4fbfea715cf97d to your computer and use it in GitHub Desktop.
Catalyst Responsive Menu Icon
This file contains hidden or 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
/* White Icon */ | |
.nav-1-chosen-select { | |
background-image: url('images/menu-icon-white.png'); | |
background-position: 10px center; | |
background-size: 20px; | |
background-repeat: no-repeat; | |
text-indent: 30px; | |
border-radius: 0; | |
} | |
/* Black Icon */ | |
.nav-1-chosen-select { | |
background-image: url('images/menu-icon-black.png'); | |
background-position: 10px center; | |
background-size: 20px; | |
background-repeat: no-repeat; | |
text-indent: 30px; | |
border-radius: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment