Fix odd border around gtk apps on i3

This commit is contained in:
EliverLara
2019-10-12 12:52:06 -05:00
parent 1258b94723
commit 09185d040c
3 changed files with 3 additions and 3 deletions

View File

@@ -4628,7 +4628,7 @@ decoration {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(238, 238, 238, 0); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(238, 238, 238, 0); }
.solid-csd decoration { .solid-csd decoration {
border-radius: 0; border-radius: 0;
margin: 4px; margin: 0px;
background-color: #161925; background-color: #161925;
border: solid 1px rgba(91, 93, 102, 0.19); border: solid 1px rgba(91, 93, 102, 0.19);
box-shadow: none; } box-shadow: none; }

View File

@@ -4652,7 +4652,7 @@ decoration {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); }
.solid-csd decoration { .solid-csd decoration {
border-radius: 0; border-radius: 0;
margin: 4px; margin: 0px;
background-color: #e6e6e6; background-color: #e6e6e6;
border: solid 1px rgba(142, 142, 142, 0.217); border: solid 1px rgba(142, 142, 142, 0.217);
box-shadow: none; } box-shadow: none; }

View File

@@ -58,7 +58,7 @@ decoration {
.solid-csd & { .solid-csd & {
border-radius: 0; border-radius: 0;
margin: 4px; margin: 0px;
background-color: $backdrop_bg_color; background-color: $backdrop_bg_color;
border: solid 1px $backdrop_borders_color; border: solid 1px $backdrop_borders_color;
box-shadow: none; box-shadow: none;