Skip to content

Instantly share code, notes, and snippets.

@pivotal-geostellar
Forked from listrophy/Custom.css
Created January 25, 2013 20:49
Show Gist options
  • Save pivotal-geostellar/4637723 to your computer and use it in GitHub Desktop.
Save pivotal-geostellar/4637723 to your computer and use it in GitHub Desktop.
Use the *= pseudo selector so this works even with bolded tags
.projects_stories_page .storyLabels a[title*="blocked"] {
background-color: red;
color: white !important;
padding: 0 3px;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment