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

themes: Fix system theme leak of progress bar color on Dark themes

This commit is contained in:
Bruno Lopes
2025-05-06 10:21:54 -03:00
parent cbd013d7b2
commit 3f36a16f6d

View File

@@ -40,5 +40,10 @@ GimpSpinScale entry {
}
GimpSpinScale entry progress {
background-color: @hover-color;
}
background-color: @hover-color;
}
/* progressbar color */
progressbar trough progress {
background-color: @hover-color;
}