Felix Miata composed on 2017-02-28 16:30 (UTC-0500):
Anton Aylward composed on 2017-02-28 10:50 (UTC-0500):
Felix Miata wrote:
Please provide specifics for restoring the end arrows. Firefox 46 & up (built with GTK3) and SeaMonkey >2.40 are unusable here because those are missing.
I found that with some (creative) googleing.
Add to the usedef/css:
"Usedef"?
$ cat ./.config/gtk-3.0/gtk.css *{ -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; -GtkRange-slider-width: 13; -GtkRange-stepper-size: 13; }
Merci beaucoup!
After finding and reading https://developer.gnome.org/gtk3/stable/GtkScrollbar.html mine morphed into this: *{ -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; -GtkScrollbar-has-secondary-backward-stepper: 1; -GtkRange-stepper-size: 16; }
You'll need to restart FF/TB.
There are probably other places you can add that. YMMV but that seems global for GTK3.
"Global" would be someplace in /usr/local/ or /etc/ instead of ~/, easier to spread across a fleet of installations and users. It's what I would like but have had no luck locating. Any chance you can provide the URI that gave you your more localized answer?
Still looking.... -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org