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

Styles doesn't change in Jenkins 2.53 #107

Closed SalahAdDin closed 7 years ago

SalahAdDin commented 7 years ago

Hi guys

I installed the latest jenkins version, which is 2.53.

I proceeded to install the styles in my project: seleccion_316

But styles doesn't change: configurar el sistema jenkins - chromium_317

Which is the problem here?

benathmane commented 7 years ago

Hello,

Try : http://afonsof.com/jenkins-material-theme/dist/material-light.css or :

  1. Generate your theme (file.css for example) : http://afonsof.com/jenkins-material-theme/
  2. Copy the file css (file.css) content into your $JENKINS_HOME/userContent/
  3. In your jenkins configuration : URL of theme CSS = http://localhost/userContent/file.css

crdlt AB

afonsof commented 7 years ago

Hi @SalahAdDin please use the CDN file: https://cdn.rawgit.com/afonsof/jenkins-material-theme/gh-pages/dist/material-{{your-color-name}}.css

SalahAdDin commented 7 years ago

@afonsof Can you update the documentation please?

timbru31 commented 7 years ago

@SalahAdDin It's updated :)

SalahAdDin commented 7 years ago

In the official web page also, isn't it?

yangcvo commented 5 years ago

我也存在同样的问题。 填写https://cdn.rawgit.com/afonsof/jenkins-material-theme/gh-pages/dist/material-green.css 这个地址 并没有生效。