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

raise contrast in dark mode #4854

Open
3 tasks done
derStephan opened this issue May 14, 2024 · 2 comments
Open
3 tasks done

raise contrast in dark mode #4854

derStephan opened this issue May 14, 2024 · 2 comments
Labels

Comments

@derStephan
Copy link

derStephan commented May 14, 2024

Describe the issue

In dark mode, the arrows of time drop downs are barely visible. Is it possible to have the same color as the arrows of customers, projects and activities?

I already tried

Kimai version

2.16.1

How do you run Kimai?

Virtual Server or alike

Which PHP version are you using?

8.1

Logfile

No response

Screenshots

my times:
grafik

weekly hours:
grafik

@derStephan derStephan added the bug label May 14, 2024
@p-rogalski
Copy link

A lot of components are affected, not only dropdowns. See e.g. the "Preferences" tabs:

grafik

or table headers

grafik

etc.

@sharky98
Copy link
Contributor

sharky98 commented Jun 5, 2024

I think Kimai uses Tabler Core default theme "as-is", so that contrast issue is not really with Kimai.

@import '~@tabler/core/src/scss/tabler';
@import '~@tabler/core/src/scss/vendor/litepicker';
@import '~@tabler/core/src/scss/vendor/tom-select';

However, I think the color value used is the variable --tblr-muted. So maybe Kimai could overwrite it in the file assets/sass/theme-dark.scss?

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

No branches or pull requests

3 participants