Skip to content

Instantly share code, notes, and snippets.

@evanc
Last active December 31, 2015 18:29
Show Gist options
  • Select an option

  • Save evanc/8027313 to your computer and use it in GitHub Desktop.

Select an option

Save evanc/8027313 to your computer and use it in GitHub Desktop.
User style to transform "red" issues on the JIRA rapidboard to something friendlier to users with color-vision deficiency
[style*="#ff0000"], [style*="#fc0000"] {
width: 16px !important;
background-color: #333333 !important;
background: url(https://jira.paloalto.com/images/icons/hazard.gif) center center;
}
[style*="#fad419"] {
width: 10px !important;
background-color: #cccccc !important;
background: url(https://jira.paloalto.com/images/icons/bullet_orange.png) center center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment