Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gtk-3.2x&4.0: [Inkscape] Set SpinScale specific trough colour
Browse files Browse the repository at this point in the history
  • Loading branch information
tista500 committed Aug 8, 2018
1 parent 667ee71 commit 944a443
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gtk/sass/3.20/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3774,6 +3774,10 @@ box#InkSpinScale { // >= 0.92+
// cover up ugly stock style.css
border-image: image($bg_color) 2 / 2px;
box-shadow: inset 0 0 0 999px $bg_color;

trough {
&:not(:disabled) { background-color: gtkopacity($accent_color, 0.2); }
}
}


Expand Down
4 changes: 4 additions & 0 deletions gtk/sass/3.22/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3664,6 +3664,10 @@ box#InkSpinScale { // >= 0.92+
// cover up ugly stock style.css
border-image: image($bg_color) 2 / 2px;
box-shadow: inset 0 0 0 999px $bg_color;

trough {
&:not(:disabled) { background-color: gtkopacity($accent_color, 0.2); }
}
}


Expand Down
4 changes: 4 additions & 0 deletions gtk/sass/3.24/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3663,6 +3663,10 @@ box#InkSpinScale { // >= 0.92+
// cover up ugly stock style.css
border-image: image($bg_color) 2 / 2px;
box-shadow: inset 0 0 0 999px $bg_color;

trough {
&:not(:disabled) { background-color: gtkopacity($accent_color, 0.2); }
}
}


Expand Down
4 changes: 4 additions & 0 deletions gtk/sass/4.0/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3642,6 +3642,10 @@ box#InkSpinScale { // >= 0.92+
// cover up ugly stock style.css
border-image: image($bg_color) 2 / 2px;
box-shadow: inset 0 0 0 999px $bg_color;

trough {
&:not(:disabled) { background-color: gtkopacity($accent_color, 0.2); }
}
}


Expand Down

0 comments on commit 944a443

Please sign in to comment.