Skip to content

Instantly share code, notes, and snippets.

@M-Drummond
Created October 13, 2015 00:39
Show Gist options
  • Save M-Drummond/1ffc7b4fbfea715cf97d to your computer and use it in GitHub Desktop.
Save M-Drummond/1ffc7b4fbfea715cf97d to your computer and use it in GitHub Desktop.
Catalyst Responsive Menu Icon
/* 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