From 094ae8eec3d13807722734c802075f197742773b Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Thu, 18 Apr 2024 18:57:37 +0000 Subject: [PATCH] themes: Apply 77ee80f3 to generic spinbuttons Resolves #11337 --- themes/Default/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/Default/common.css b/themes/Default/common.css index 1939241c98..216ac845ad 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -122,7 +122,7 @@ combobox button { background-color: @widget-bg-color; } -combobox arrow { +combobox arrow, combobox button * { -gtk-icon-shadow: none; } @@ -417,6 +417,7 @@ spinbutton /* Styling for the +/- buttons */ spinbutton button.up, spinbutton button.down { background-color: @bg-color; + -gtk-icon-shadow: none; } GimpSpinScale entry progress {