Created
May 4, 2017 05:35
-
-
Save ljl-geek/08daed6eb58f76aa50cc5e299bd21179 to your computer and use it in GitHub Desktop.
Bring back firefox 53+ scrollbar buttons: ff 53 is built on gtk 3.0. gtk3.0 is screwed up - it lacks the buttons on the ends of the scrollbars. To fix this, add this file to the ~/.config/gtk3.0/ directory and restart your browser.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*{ | |
-GtkScrollbar-has-backward-stepper: 1; | |
-GtkScrollbar-has-forward-stepper: 1; | |
-GtkRange-slider-width: 13; | |
-GtkRange-stepper-size: 13; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
H/T https://bugzilla.mozilla.org/show_bug.cgi?id=1269145#c17