forked from AuroraMiddleware/gtk
theme: Make solid borders look better
As pointed out by Alberts Muktupāvels, without this, we are missing the inner edge of the frame.
This commit is contained in:
parent
f8dcda80cf
commit
da4e2a2976
@ -4075,9 +4075,9 @@ window {
|
||||
padding: 4px;
|
||||
border: solid 1px $borders_color;
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user