Created
January 3, 2013 15:40
-
-
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.
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
.projects_stories_page .storyLabels a[title="blocked"] { | |
background-color: red; | |
color: white !important; | |
padding: 0 3px; | |
display: inline-block; | |
} |
@schallis I don't think I agree with your change. If a stories is in Accepted, yet is labeled as "blocked," then it's a mistake... it shouldn't be blocked.
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
Don't highlight completed stories with an additional: