Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins Update Breaks CSS For some Elements #168

Open
lunarwtr opened this issue Mar 25, 2020 · 5 comments
Open

Jenkins Update Breaks CSS For some Elements #168

lunarwtr opened this issue Mar 25, 2020 · 5 comments

Comments

@lunarwtr
Copy link

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
Copy link

Voovode commented Mar 29, 2020

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

#header #search-box {
    background: #fff;
    padding-left: 30px;
}

@alefnode
Copy link

alefnode commented Apr 7, 2020

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
Copy link

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

@dimasmamot
Copy link

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
Copy link

b-dean commented Feb 13, 2021

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants