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