themes: Fix system theme leak of progress bar color on Dark themes
This commit is contained in:
parent
cbd013d7b2
commit
3f36a16f6d
1 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue