-
-
Save PercussiveRepair/bc06be089e48145497f1 to your computer and use it in GitHub Desktop.
jenkins pipeline css
This file contains 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
#build-pipeline-plugin-content { | |
background-color: none; | |
border-radius: 0; | |
} | |
#build-pipeline-plugin-content h1 { | |
display: none; | |
} | |
tbody.pipelineGroup { | |
background-color: #eee; | |
} | |
#side-panel{ | |
visibility:none !important; | |
visibility: collapse; | |
width: 0 !important; | |
padding: 0 !important; | |
} | |
#main-panel{ | |
margin-left: 0 !important; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment