[go: up one dir, main page]

Skip to content

Commit

Permalink
Fix odd border around gtk apps on i3
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Oct 12, 2019
1 parent 1258b94 commit 09185d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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); }
.solid-csd decoration {
border-radius: 0;
margin: 4px;
margin: 0px;
background-color: #161925;
border: solid 1px rgba(91, 93, 102, 0.19);
box-shadow: none; }
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -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); }
.solid-csd decoration {
border-radius: 0;
margin: 4px;
margin: 0px;
background-color: #e6e6e6;
border: solid 1px rgba(142, 142, 142, 0.217);
box-shadow: none; }
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/widgets/_windows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ decoration {

.solid-csd & {
border-radius: 0;
margin: 4px;
margin: 0px;
background-color: $backdrop_bg_color;
border: solid 1px $backdrop_borders_color;
box-shadow: none;
Expand Down

0 comments on commit 09185d0

Please sign in to comment.