-
Bug
-
Resolution: Duplicate
-
Major
-
Jenkins 1.581
Build Pipeline Plugin 1.4.3
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.
- depends on
-
JENKINS-24703 Search box background color (white) not matching navbar backround (black)
- Resolved
- duplicates
-
JENKINS-24828 BuildPipeline view is mangled by latest css changes
- Resolved
- is related to
-
JENKINS-24625 style.css should define background color for input fields
- Resolved
-
JENKINS-24834 CPP check report background colours not displaying for new or resolved issues since upgrade
- Closed