1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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;
}
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 {