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:
parent
6ede9f8cc3
commit
d2ccb10972
4 changed files with 33 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue