-
-
Save naphthalene/139ec1d15513017da9c2a893c12fc0b5 to your computer and use it in GitHub Desktop.
jenkins pipeline css
This file contains hidden or 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