1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

add border to tooltip and modal in high contrast theme (#10834)

This commit is contained in:
Prabhat Khera 2023-12-20 08:55:00 +13:00 committed by GitHub
parent 6ede9f8cc3
commit d2ccb10972
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 0 deletions

View file

@ -21,3 +21,7 @@
box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
[theme='highcontrast'] .modal-content {
border: 1px solid var(--border-widget);
}