Created
May 27, 2017 08:11
-
-
Save cgi-caesar/c5758ecfec678aab53de319ab06e307b to your computer and use it in GitHub Desktop.
Text instead of icon for dashboard menu item
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
/* Text instead of icon for dashboard menu item */ | |
ul.am-tabs #menu-member { | |
text-indent:0; | |
background: none; | |
width: auto; | |
} | |
ul.am-tabs li.active #menu-member, | |
ul.am-tabs #menu-member:hover { | |
background-image: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment