Fix odd border around gtk apps on i3

This commit is contained in:
EliverLara
2019-10-12 12:52:06 -05:00
parent 63e59b3cb1
commit 8497fcaa58
3 changed files with 3 additions and 3 deletions

View File

@@ -4603,7 +4603,7 @@ decoration {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(12, 14, 21, 0.6); }
.solid-csd decoration {
border-radius: 0;
margin: 4px;
margin: 0px;
background-color: #161925;
border: solid 1px rgba(13, 16, 23, 0.82);
box-shadow: none; }