Skip to content

Instantly share code, notes, and snippets.

@egruel
Created May 5, 2017 09:40
Show Gist options
  • Save egruel/ddf3d665eafd3753fb913c58c0289e42 to your computer and use it in GitHub Desktop.
Save egruel/ddf3d665eafd3753fb913c58c0289e42 to your computer and use it in GitHub Desktop.
#build-pipeline-plugin-content {
background-color: #F2F2F0;
border-radius: 0;
}
#build-pipeline-plugin-content h1 {
display: none;
}
.build-time {
width: inherit;
}
.PROJECT {
background-color: #E8E8E8;
font-size: 12px;
font-weight: bold;
display: table;
height: 20px;
}
.icon-container div {
font-size: 10px;
text-align: center;
color: #222222;
text-shadow: 0px;
}
tbody.pipelineGroup {
background-color: #eee;
}
.SUCCESS {
background-color: #9CE88E;
color: #222;
}
.FAILURE {
background-color: #FF6E6E;
}
.UNSTABLE {
background-color: #F7DE92;
color: #222;
}
.BUILDING {
background-color: #FFFD9C;
color: #222;
}
.NOT_BUILT {
background-color: #E8FFFF;
color: #222;
}
.ABORT {
background-color: #D9D9D9;
}
.PENDING {
background-color: #E8FFFF;
color: #222;
}
.MANUAL {
background-color: #E8FFFF;
color: #222;
}
.revision {
background-color: #FFAF40;
margin-left: 0;
}
.rounded {
height: 70px;
width: 141px !important;
-moz-opacity: 0.9;
-webkit-opacity: 0.9;
opacity: 0.9;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 4px 4px 4px #555;
-webkit-box-shadow: 4px 4px 4px #555;
box-shadow: 4px 4px 4px #555;
font-size: 11px;
font-weight: bolder;
color: white;
margin-left: auto;
margin-right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment