Improvments to the Jenkins UI.
Jenkins style customizations by phoenix
Details
Authorphoenix
LicenseNo License
Category.*-jenkins-.*\\.int\\.kn.*
Created
Updated
Size578 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Jenkins style customizations
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Improvments to the Jenkins UI.
@author Me
==/UserStyle== */
@-moz-document regexp(".*-jenkins-.*\\.int\\.kn.*") {
/* Hide lines in console output that do not provide much information. Hiding the timestamp does not yet work in firefox as it has trouble with the :has() pseudo selector. */
.timestamp:has(+ .pipeline-new-node) {
display: none;
}
.pipeline-new-node {
display: none;
}
}