diff --git a/lib/Styles/Gtk/ScrolledWindow.scss b/lib/Styles/Gtk/ScrolledWindow.scss index 1d9e48b3f..516315bca 100644 --- a/lib/Styles/Gtk/ScrolledWindow.scss +++ b/lib/Styles/Gtk/ScrolledWindow.scss @@ -2,4 +2,22 @@ scrolledwindow { &.frame { border: 1px solid $border-color; } + + & > undershoot { + &.left { + background: undershoot-gradient(to right); + } + + &.right { + background: undershoot-gradient(to left); + } + + &.top { + background: undershoot-gradient(to bottom); + } + + &.bottom { + background: undershoot-gradient(to top); + } + } }