vinceliuice / Sierra-gtk-theme

MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.
https://vinceliuice.github.io
GNU General Public License v3.0
505 stars 58 forks source link

Dashed Line #36

Closed jmucero97 closed 5 years ago

jmucero97 commented 5 years ago

Hello, first of all, I'm using latest Sierra-light-solid and latest ElementaryOS, that being said, I've noticed that in some applications, when I scroll down a dashed line appears just below the top window bar.. It also happens in the terminal and in third-party applications like CoreBird.

vinceliuice commented 5 years ago

This is not a bug, this is the overflow line, only appear when the scrolled window overflows, if we don't have this, we can not know the window is overflowed

jmucero97 commented 5 years ago

Oh, thanks for the fast answer! Do you know if there is any way I could remove it? For me (personal opinion) it looks unaesthetic and out of place.

jmucero97 commented 5 years ago

All the overflow lines

vinceliuice commented 5 years ago

then you can open ../gtk3.0/gtk.css and delete line 4104 to line 4186 ( all scrolledwindow overshoot {...} and scrolledwindow undershoot {...} ) then save it and reset the theme or relogin. 2019-02-14 17-12-37

jmucero97 commented 5 years ago

Thank you so much! It's worked!

vinceliuice commented 5 years ago

You are welcome!