forked from AuroraMiddleware/gtk
Merge branch 'wip/muktupavels/solid-csd' into 'master'
theme: fix solid-csd style See merge request GNOME/gtk!3460
This commit is contained in:
commit
b25bc36d33
@ -4068,16 +4068,16 @@ window {
|
|||||||
box-shadow: 0 1px 2px transparentize(black, 0.8),
|
box-shadow: 0 1px 2px transparentize(black, 0.8),
|
||||||
0 0 0 1px transparentize($_wm_border, 0.1);
|
0 0 0 1px transparentize($_wm_border, 0.1);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.solid-csd {
|
&.solid-csd {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 4px;
|
||||||
border: solid 1px $borders_color;
|
border: solid 1px $borders_color;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: inset 0 0 0 3px $headerbar_bg_color, inset 0 1px $top_hilight;
|
box-shadow: inset 0 0 0 4px $borders_color, inset 0 0 0 3px $headerbar_bg_color, inset 0 1px $top_hilight;
|
||||||
|
|
||||||
&:backdrop { box-shadow: inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; }
|
&:backdrop { box-shadow: inset 0 0 0 4px $borders_color, inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; }
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.maximized,
|
&.maximized,
|
||||||
|
Loading…
Reference in New Issue
Block a user