themes: Define box-shadow for tooltips on System theme

Applying cc120f1b to the System theme as well, so that the issue
is resolved for both.
This commit is contained in:
Alx Sa 2024-04-03 20:37:59 +00:00
parent cc120f1bd9
commit d0d63efac9

View file

@ -129,6 +129,10 @@ entry.italic {
color: rgba (1.0, 0.0, 0.0, 1.0);
}
tooltip decoration {
box-shadow: 0px 0px;
}
treeview header button {
padding: 6px;
}