Issue Type: Bug Bug
Assignee: Unassigned
Attachments: pipeline-old.png, pipeline.png
Components: build-pipeline
Created: 29/Sep/14 6:40 PM
Description:

With the change https://issues.jenkins-ci.org/browse/JENKINS-24625 (https://github.com/jenkinsci/jenkins/commit/2753fac18d6ead74d8f446abcebda659eab29155), all the table elements retain a background-color: #FFF

While each individual buildcard has a table class (PENDING, ABORTED, etc) that overrides it's background-color, the td that the table belongs in has a background-color: #FFF that isn't overridden.

For example:

tr.build-pipeline - td #build-##### - table.build-card.rounded.SUCCESS

table.SUCCESS sets a background-color of #1bd130. However, has a background-color: #FFF from style.css

tr.build-pipeline itself also retains the same background-color: #FFF

I've attached a sample of the pipeline with and without the background-color: #fff disabled.

This color change is undesirable and makes it very difficult to read the pipeline now.

Project: Jenkins
Priority: Major Major
Reporter: milki mlk
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to