1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

fix high contrast theme colors (#10872)

This commit is contained in:
Prabhat Khera 2024-01-16 14:32:24 +13:00 committed by GitHub
parent 380c16c8dd
commit 2f2cfad722
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -52,6 +52,8 @@
border-color: var(--border-form-control-color);
background-color: var(--bg-inputbox);
box-shadow: none;
@apply th-highcontrast:border-white;
}
/* Match the same box shadow styles as the other portainer inputs, which are inherited from the bootstrap form-control class */