Gtk-3.18: Remove white margin for CSD apps under Unity. Fixes #281
Ideally I would like to change window frame backdrop color as well, but for now it works. It is probably going to break old metacity session, but we don't really support metacity.pull/328/head
parent
63233d1da7
commit
b62e6eb0d4
|
@ -18,16 +18,16 @@
|
||||||
|
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: $roundness $roundness 0 0;
|
border-radius: $roundness $roundness 0 0;
|
||||||
|
background-color: mix(shade($titlebar_bg_color, 0.7), $titlebar_fg_color, 0.21);
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: $spacing * 3;
|
margin: $spacing * 3;
|
||||||
|
|
||||||
&.tiled { border-radius: 0; }
|
&.tiled { border-radius: 0; }
|
||||||
|
|
||||||
&.solid-csd {
|
&.solid-csd {
|
||||||
border-radius: 0;
|
border-radius: $roundness $roundness 0 0;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
background-color: $bg_color;
|
background-color: mix(shade($titlebar_bg_color, 0.7), $titlebar_fg_color, 0.21);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue