summaryrefslogtreecommitdiff
path: root/dotfiles/common/.config/gtk-3.0/gtk.css
blob: cffaf78663cc31b1da6d57780f8544d84e45efca (plain)
1
2
3
4
5
6
.window-frame, .window-frame:backdrop {
    box-shadow: 0 0 0 black; /* removes shadow completely */
    border-style: none;
    margin: 1px; /* this retains the ability to resize with the mouse, if 1px is too narrow, set some higher values */
    border-radius: 0;
}