themes: Apply 77ee80f3 to generic spinbuttons

Resolves #11337
This commit is contained in:
Alx Sa 2024-04-18 18:57:37 +00:00
parent 77ee80f329
commit 094ae8eec3

View file

@ -122,7 +122,7 @@ combobox button {
background-color: @widget-bg-color; background-color: @widget-bg-color;
} }
combobox arrow { combobox arrow, combobox button * {
-gtk-icon-shadow: none; -gtk-icon-shadow: none;
} }
@ -417,6 +417,7 @@ spinbutton
/* Styling for the +/- buttons */ /* Styling for the +/- buttons */
spinbutton button.up, spinbutton button.down { spinbutton button.up, spinbutton button.down {
background-color: @bg-color; background-color: @bg-color;
-gtk-icon-shadow: none;
} }
GimpSpinScale entry progress { GimpSpinScale entry progress {