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
1 changed files with 2 additions and 1 deletions

View File

@ -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 {