You are not logged in.

#1 2016-04-12 01:53:06

unkempt harold
Member
Registered: 2016-04-12
Posts: 2

[SOLVED] Can't remove overlay scroll indicators with GTK+ 3 3.20

I've been using this from the wiki, but it isn't working anymore in 3.20.

Remove overlay scroll indicators

~/.config/gtk-3.0/gtk.css

/* Remove dotted lines from GTK+ 3 applications */
.undershoot.top, .undershoot.right, .undershoot.bottom, .undershoot.left { background-image: none; }

Does anybody know how to get rid of them now? Rhythmbox under the dark theme looks like a pair of jeans. Ugh.

Edit:
Thanks, lassekongo83

Last edited by unkempt harold (2016-04-12 09:32:05)

Offline

#2 2016-04-12 08:54:06

lassekongo83
Member
From: Sweden
Registered: 2011-12-10
Posts: 20
Website

Re: [SOLVED] Can't remove overlay scroll indicators with GTK+ 3 3.20

Just remove the dots in front of each css class. .undershoot got renamed to just undershoot as most other classes. (Not .top, .bottom, .left, .right though.)

Last edited by lassekongo83 (2016-04-12 08:55:15)

Offline

Board footer

Powered by FluxBB