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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user