Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-24917

Default background-color: #FFF on tables and table elements isn't overridden by build-pipeline background-color

XMLWordPrintable

      With the change from Jenkins 1.581 - 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.

      cppcheck https://issues.jenkins-ci.org/browse/JENKINS-24834 has similarly needed to patch their templates for this change in core.

        1. pipeline.png
          7 kB
          milki mlk
        2. pipeline-old.png
          7 kB
          milki mlk

            Unassigned Unassigned
            milki milki mlk
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: