mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 14:51:56 +01:00
36 lines
496 B
CSS
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;
|
|
}
|
|
*/
|