You are not logged in.
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
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