Skip to content

Instantly share code, notes, and snippets.

@listrophy
Created January 3, 2013 15:40
Show Gist options
  • Save listrophy/4444363 to your computer and use it in GitHub Desktop.
Save listrophy/4444363 to your computer and use it in GitHub Desktop.
Put this in "~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css" to highlight your blocked stories.
.projects_stories_page .storyLabels a[title="blocked"] {
background-color: red;
color: white !important;
padding: 0 3px;
display: inline-block;
}
@pivotal-geostellar
Copy link

If you use a[title*="blocked"] it will match tags like "blocked" or "blocked on mockups" etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment