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....
mark "c7.6"
Le 28/12/2018 à 22:52, mark a écrit :
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....
You can scroll page by page by clicking over or under the slider with the right mouse button.
Took me a while to figure this out too, and this was one of the numerous "What were the developers thinking ?!?" moments.
Cheers,
Niki
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