ColorlibHQ / gentelella

Free Bootstrap 4 Admin Dashboard Template
https://colorlib.com/polygon/gentelella/index.html
MIT License
21.09k stars 6.86k forks source link

Different button colors #82

Closed PatrikHudak closed 8 years ago

PatrikHudak commented 8 years ago

It seems that there is an inconsistency between demo page and actual repo.

From my observations:

.btn-primary and .btn-success have default bootstrap colors in the repo. However, on the demo page, these colors are customized to match overall color scheme. I think that this was caused by upgrading Bootstrap from 3.3.2 to 3.3.6. Hover colors are set correctly.

Screenshots for better clarity:

Currect repo 2016-04-15-16-37-47

Demo page 2016-04-15-16-38-09

Thanks.

whitejava commented 8 years ago

Demo: image

Repo: image

Maybe it was caused by bootstrap compiling.

christianesperar commented 8 years ago

I realign button on the theme design on PR https://github.com/puikinsh/gentelella/pull/84

PatrikHudak commented 8 years ago

Closing