1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 23:51:57 +01:00
github.com-nboughton-dotfiles/gtk-3.0/gtk.css
2021-06-30 18:09:52 +01:00

42 lines
728 B
CSS

decoration {
box-shadow: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
decoration:backdrop {
box-shadow: none;
}
.titlebar,
.titlebar .background,
.window-frame,
.window-frame:backdrop {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-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;
}
*/