tooltip improvements
This commit is contained in:
parent
40c8925193
commit
37fd116f01
10 changed files with 9775 additions and 377 deletions
|
@ -7,7 +7,13 @@
|
|||
background: var(--keyColor);
|
||||
}
|
||||
|
||||
|
||||
.tooltip-inner {
|
||||
background: #2f2f2f;
|
||||
opacity: 1;
|
||||
border: 1px solid rgb(0 0 0 / 35%);
|
||||
transition: all 0.3s ease-in-out;
|
||||
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.modal-fullscreen {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue