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
No known key found for this signature in database

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