1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00
github.com-nboughton-dotfiles/gtk-3.0/gtk.css
2021-10-12 11:34:19 +01:00

36 lines
496 B
CSS

decoration {
box-shadow: none;
border-radius: 0px;
}
decoration:backdrop {
box-shadow: none;
}
.titlebar,
.titlebar .background,
.window-frame,
.window-frame:backdrop {
border-radius: 0px;
box-shadow: none;
}
/*
.window-frame, .window-frame:backdrop {
box-shadow: none;
border-style: none;
margin: 0;
border-radius: 0px;
}
.window-frame.csd.popup {
box-shadow: none;
}
.header-bar {
background-image: none;
background-color: #061921;
box-shadow: none;
}
*/