From 77ee80f32949fd2b5e0997722acadf392ac7465a Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Thu, 18 Apr 2024 18:06:35 +0000 Subject: [PATCH] themes: Removing more instances of -gtk-icon-shadow Per Bruno Lopes, we should extend aefdb84b to also cover dropdown box arrows and GimpSpinScale buttons. --- themes/Default/common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/Default/common.css b/themes/Default/common.css index 3c6019ad55..1939241c98 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -122,6 +122,10 @@ combobox button { background-color: @widget-bg-color; } +combobox arrow { + -gtk-icon-shadow: none; +} + /* Get rid of the outline around all tabs in the gimpcolordialog */ GimpColorNotebook .frame { border-color: @bg-color; @@ -424,6 +428,7 @@ GimpSpinScale entry progress { GimpSpinScale button { border-color: @border-color; + -gtk-icon-shadow: none; } /* Checkboxes */