Skip to content

Instantly share code, notes, and snippets.

.projects_stories_page .storyLabels a[title="blocked"] {
background-color: red;
color: white !important;
padding: 0 3px;
display: inline-block;
}
.projects_stories_page .storyLabels a[title="blocked"] {
background-color: red;
color: white !important;
padding: 0 3px;
display: inline-block;
}
@pivotal-geostellar
pivotal-geostellar / Custom.css
Created January 25, 2013 20:49 — forked from listrophy/Custom.css
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;
}