From d0d63efac9e512ae3e625786e81267225a7bbd05 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Wed, 3 Apr 2024 20:37:59 +0000 Subject: [PATCH] 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. --- themes/System/gimp.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/System/gimp.css b/themes/System/gimp.css index 59f8f21662..75522cef91 100644 --- a/themes/System/gimp.css +++ b/themes/System/gimp.css @@ -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; }