1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-04 01:57:36 +00:00
dotfiles/files/gtk/.config/gtk-3.0/gtk.css

8 lines
149 B
CSS
Raw Normal View History

2019-04-09 20:51:43 +00:00
/* Remove dotted lines from GTK+ 3 applications */
undershoot.top,
undershoot.right,
undershoot.bottom,
undershoot.left {
background-image: none;
}