On 12/28/18 1:52 PM, mark wrote: > Anyone have a clue how to add back the buttons at the top and bottom of > the slider bars, or at least change how the sliders work? Most of the > time, I want to scroll up faster, *NOT* got 500 emails back, or to the top > of the page.... cat > ~/.config/gtk-3.0/gtk.css <<EOF .scrollbar, scrollbar { -GtkScrollbar-has-backward-stepper: true; -GtkScrollbar-has-forward-stepper: true; } EOF