1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Remove GTK3 rounded corners

This commit is contained in:
Joe Groocock 2018-11-14 11:15:15 +00:00
parent 5185349b8c
commit 868454c26a
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -3,3 +3,13 @@ TerminalScreen,
vte-terminal { vte-terminal {
padding: 1.3em; padding: 1.3em;
} }
.window-frame, .window-frame:backdrop {
margin: 0;
border-style: none;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}