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

Jenkins Update Breaks CSS For some Elements #168

Open lunarwtr opened 4 years ago

lunarwtr commented 4 years ago

I updated to 2.228 and UI doesn't look right even with latest material css.

I suspect it was their experimental header changes being activated.. see changlog for https://jenkins.io/changelog/#v2.222

Revamp the layout and icons of the header bar and breadcrumbs. Instances with plugins that depend on details of the Jenkins layout (e.g. Simple Theme Plugin) may experience UI/layout problems. A new experimental header color scheme can be enabled by setting the jenkins.ui.refresh system property to true. (issue 60920)

image

Voovode commented 4 years ago

I've just added some Extra CSS to make it look ok for now:

#header #search-box {
    background: #fff;
    padding-left: 30px;
}
alefnode commented 4 years ago

I med the changes for adapt font-size, uppercase, and breadcrumbs-bar on material-green and material-blue css

https://jenkins-themes.alefnode.com/dist/material-blue.css https://jenkins-themes.alefnode.com/dist/material-green.css

alefnode commented 4 years ago

Finally I decide to upgrade this project. Here you have the themes updated for new Jenkins version https://jenkins-themes.alefnode.com/

dimasmamot commented 3 years ago

Finally I decide to upgrade this project. Here you have the themes updated for new Jenkins version https://jenkins-themes.alefnode.com/

I think the CDN is down down sir

b-dean commented 3 years ago

@dimasmamot, this seems to work: https://cdn.jsdelivr.net/gh/alefnode/jenkins-themes@CDN/dist/material-light-blue.css

maybe rawgit is gone? or not working at least. see #165