jenkinsci / customizable-header-plugin

Customizable header for Jenkins
https://plugins.jenkins.io/customizable-header/
MIT License
4 stars 2 forks source link

workaround JENKINS-73114 #105

Closed mawinter69 closed 1 month ago

mawinter69 commented 1 month ago

as the the alert classes from Jenkins collide with those from boostrap, on some pages the system message is styled differently. This also affects admin monitors but this is out of control, To avoid this use selve defined classes that make use of the jenkins defined colors

fixes #99

See JENKINS-73114

Testing done

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue