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,3 +21,7 @@
|
|||
|
||||
box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
|
||||
}
|
||||
|
||||
[theme='highcontrast'] .modal-content {
|
||||
border: 1px solid var(--border-widget);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue