Skip to content

Instantly share code, notes, and snippets.

@scottsbaldwin
Last active August 29, 2015 14:18
Show Gist options
  • Save scottsbaldwin/60716f05621fdfff99ee to your computer and use it in GitHub Desktop.
Save scottsbaldwin/60716f05621fdfff99ee to your computer and use it in GitHub Desktop.
jenkins build pipeline plugin css
#build-pipeline-plugin-content {
background-color: #fff;
border-radius: 0;
}
tbody.pipelineGroup {
background-color: #ddd;
}
.SUCCESS {
background-color: #72AE36;
color: #222;
}
.FAILURE {
background-color: #D13030;
}
.UNSTABLE {
background-color: #fcd116;
color: #222;
}
.BUILDING {
background-color: #ECC763;
color: #222;
}
.NOT_BUILT {
background-color: #f7f94b;
color: #222;
}
.ABORT {
background-color: #bab4b4;
}
.PENDING {
background-color: #E6B42F;
color: #222;
}
.MANUAL {
background-color: #00ccff;
color: #222;
}
.PROJECT {
background-color: #b0c5e5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment