Scroll bar arrows - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Scroll bar arrows (/showthread.php?tid=7879) |
Scroll bar arrows - LarryB1607 - 08-12-2021 I cannot seem to find anything that works. I would like to add the arrows to the top and bottom of the right side scrollbar. I have tried several additions to the .config/GTK-3.0/gtk.css file but none of the suggested entries has done anything. Any way to do this? Thanks example: $ head ~/.config/gtk-3.0/gtk.css *{ -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; -GtkScrollbar-has-secondary-backward-stepper: 1; Re: Scroll bar arrows - trinidad - 08-12-2021 I'm not sure, but I doubt it. Hasn't been around in Debian since forever. If it still exists it would probably be GTK2 and maybe Cinnamon.You could possibly write code for it, but then you would have to work with XFCE window manager. Check Mint forums. TC Re: Scroll bar arrows - LarryB1607 - 08-13-2021 I have seen something in the Mint forums, but Mint was in the code and I did not know what to replace it with. Not really able to write code so that suggestion while appreciated will not help. Re: Scroll bar arrows - trinidad - 08-13-2021 Mint is in the code because Cinnamon is a Mint DE, even though there are versions for other systems. TC |