1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 04:28:43 +01:00
github.com-nboughton-dotfiles/gtk-3.0/gtk.css

36 lines
496 B
CSS
Raw Normal View History

2021-06-25 12:38:55 +02:00
decoration {
box-shadow: none;
2021-10-12 12:34:19 +02:00
border-radius: 0px;
2021-06-25 12:38:55 +02:00
}
decoration:backdrop {
box-shadow: none;
}
.titlebar,
.titlebar .background,
.window-frame,
.window-frame:backdrop {
2021-10-12 12:34:19 +02:00
border-radius: 0px;
2021-06-30 19:09:52 +02:00
box-shadow: none;
2021-06-25 12:38:55 +02:00
}
/*
2021-06-05 22:16:24 +02:00
.window-frame, .window-frame:backdrop {
2021-06-16 15:20:24 +02:00
box-shadow: none;
2021-06-05 22:16:24 +02:00
border-style: none;
margin: 0;
2021-06-16 15:20:24 +02:00
border-radius: 0px;
2021-06-05 22:16:24 +02:00
}
.window-frame.csd.popup {
2021-06-16 15:20:24 +02:00
box-shadow: none;
2020-12-11 16:03:02 +01:00
}
2021-06-05 22:16:24 +02:00
.header-bar {
background-image: none;
2021-06-16 15:20:24 +02:00
background-color: #061921;
2021-06-05 22:16:24 +02:00
box-shadow: none;
}
2021-06-25 12:38:55 +02:00
*/