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,6 +21,11 @@
opacity: 1 !important;
}
[theme='highcontrast'] .tooltip {
border: 1px solid var(--border-widget);
border-color: var(--white-color) !important;
}
.tooltip-container {
line-height: 18px;
padding: 8px 10px !important;