mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
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.
This commit is contained in:
@@ -18,16 +18,16 @@
|
||||
|
||||
border: 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 */
|
||||
margin: $spacing * 3;
|
||||
|
||||
&.tiled { border-radius: 0; }
|
||||
|
||||
&.solid-csd {
|
||||
border-radius: 0;
|
||||
border-radius: $roundness $roundness 0 0;
|
||||
margin: 1px;
|
||||
background-color: $bg_color;
|
||||
background-color: mix(shade($titlebar_bg_color, 0.7), $titlebar_fg_color, 0.21);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user