Closed Collandi closed 5 years ago
Hi,
I had the same issue. For me worked the following:
.login-logo, .register-logo { visibility: hidden; } .layout-boxed body, .layout-boxed html, body, html { background: #000000; } .login-page, .register-page { background: none; }
You need the latest Kimai release 1.1. In previous versions the Custom CSS wasn't loaded on the login screen.
And the browser title can't be changed with CSS
And here is the docu for all the other stuff: https://www.kimai.org/documentation/branding.html
Hi Kevin, thank you very much.
If you use these options, you should really consider to donate something back to Kimai!
For sure!
You need the latest Kimai release 1.1. In previous versions the Custom CSS wasn't loaded on the login screen.
It doesn't works in my Kimai2 installation. I tried to use the code above to change the login background color. I cleared and warmed up the cache but nothing is changed.
Any suggestions?
"Doesn't work" is not very descriptive ;-) Make sure the Custom CSS plugin is loaded (check the admin screen). Make sure the CSS rule is included in your login pages source HTML code (use "show source" in your browser). As @buzter rules work in http://demo-plugins.kimai.org/ it must be something on your end.
Hi Kevin, first I have to tell you, we are very impressed of Kimai Timetracker. Great work and easy to use without nicknack. Thank you very much.
About my issue: Yes, the Custom CSS Plugin is loaded and work for the screens after login but not for the login-page.
If I change the CSS rule in the browser it works.
Screenshot:
If I add the same css rule in the plugin:
nothing is changed:
I tried with !important too without success.
What's wrong?
Best regards Andreas
Make sure the CSS rule is included in your login pages source HTML code (use "show source" in your browser).
I know. But isn't included:
Output of bin/console kimai:version
?
Kimai 2 - 1.0.1 stable (Ayumi) by Kevin Papst and contributors.
Oh really. Come one...
You need the latest Kimai release 1.1. In previous versions the Custom CSS wasn't loaded on the login screen.
Not very respectful to simply ignore my answers.
Hi Kevin, I installed the Plugin and it works fineafter login.
But
How to change application title? (Kimai Zeiterfassung -> Custom Title)
Is it possible to change the Login-Page?
doesn't works.
THX Andreas