On Fri, 8 Jul 2016 15:52:19 +0100
Paul Smith <phh...@gmail.com> wrote:

> On Fri, Jul 8, 2016 at 3:42 PM, Tom Horsley <horsley1...@gmail.com>
> wrote:
> >  
> >> Minor issue after upgrade via DNF:  Scrollbars in Thunderbird are
> >> invisible--they're still there and usable, but you can't see
> >> them.  
> >
> > Yea, everything seems to be going this route. For gtk3 apps, this
> > file helps me (I got it from someone else somewhere, maybe in this
> > mailing list):
> >
> > ~/.config/gtk-3.0/gtk.css
> >
> > .scrollbar {
> > -GtkScrollbar-has-backward-stepper: 1;
> > -GtkScrollbar-has-forward-stepper: 1;
> > -GtkRange-slider-width: 15;
> > -GtkRange-stepper-size: 20;
> > }  
> 
> I have just looked for such a file, but no luck:
> 
> $ more ~/.config/gtk-3.0/gtk.css
> more: stat of /home/psmith/.config/gtk-3.0/gtk.css failed: No such
> file or directory
> $
> 
> Any ideas?

Wouldn't you just create the file, edit it, and paste in the above
configuration commands?

e.g.
touch ~/.config/gtk-3.0/gtk.css
[your text editor choice] ~/.config/gtk-3.0/gtk.css
select above with mouse, put in file, clean it up, save.
Restart X or TBird to pick up the new gtk3 configuration.  Probably X.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to