mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
themes: Define GimpScaleEntry slider color
This patch prevents a system theme leak for the "highlight" slider on GimpScaleEntry widgets. Future work can be done to improve the appearance of the slider.
This commit is contained in:
parent
d2889d5a00
commit
8c209f05a2
1 changed files with 10 additions and 0 deletions
|
@ -301,6 +301,16 @@ scale contents trough
|
|||
border-color: @strong-border-color;
|
||||
background-color: @ruler-color;
|
||||
}
|
||||
scale contents trough highlight
|
||||
{
|
||||
background-color: @scrollbar-slider-color;
|
||||
border-color: @scrollbar-slider-color;
|
||||
}
|
||||
scale contents trough highlight:disabled
|
||||
{
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
background-color: @bg-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue