mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
style: add shadow to graph tooltip (#3891)
This commit is contained in:
parent
acdf486b29
commit
567cd9b9e3
2 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,7 @@ Thomas Graves <fate@hey.com>
|
||||||
Jakub Fidler <jakub.fidler@protonmail.com>
|
Jakub Fidler <jakub.fidler@protonmail.com>
|
||||||
Valerie Enfys <val@unidentified.systems>
|
Valerie Enfys <val@unidentified.systems>
|
||||||
Julien Chol <https://github.com/chel-ou>
|
Julien Chol <https://github.com/chel-ou>
|
||||||
|
ikkz <ylei.mk@gmail.com>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
transition: opacity var(--transition);
|
transition: opacity var(--transition);
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
background: var(--canvas-overlay);
|
background: var(--canvas-overlay);
|
||||||
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
||||||
|
|
||||||
:global(table) {
|
:global(table) {
|
||||||
border-spacing: 1em 0;
|
border-spacing: 1em 0;
|
||||||
|
|
Loading…
Reference in a new issue