afonsof / jenkins-material-theme

Beautify your Jenkins with the Material Design theme!
http://afonsof.com/jenkins-material-theme
MIT License
1.72k stars 355 forks source link

Missing "distribution" bars in plugins using "Static Analysis Utilities" #136

Open oyvindlr opened 7 years ago

oyvindlr commented 7 years ago

For example, in the jenkins "warnings" plugin. Original: image

With theme:

image

oyvindlr commented 7 years ago

The offending css is this: table.pane tr:nth-child(odd) td{background-color:#fff}