Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created August 19, 2015 22:35
Show Gist options
  • Select an option

  • Save tripflex/5c1fb9006a7d648bc08c to your computer and use it in GitHub Desktop.

Select an option

Save tripflex/5c1fb9006a7d648bc08c to your computer and use it in GitHub Desktop.
[Listify Theme] - Change field editor <li> display style to match Listify (circles with checks)
#jmfe-wrap-METAKEY {
list-style: none;
display: inline-block;
margin-right: 8px;
}
#jmfe-custom-METAKEY:before {
display: inline-block;
font-family: Ionicons;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f120';
margin-right: 4px;
color: #f59119;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment