Skip to content

Commit

Permalink
Fix glitch in xfdesktop 4.13 rubberband (Fixes #234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Sep 20, 2018
1 parent 358912c commit a120e77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@ XfdesktopIconView.view {
text-shadow: 0 1px 1px black;
}
.label { text-shadow: 1px 1px 2px black; }
.rubberband { @extend rubberband; }
.rubberband {
@extend rubberband;
border-radius: 0;
}
}

#XfceNotifyWindow {
Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -4665,6 +4665,8 @@ XfdesktopIconView.view {
text-shadow: 0 1px 1px black; }
XfdesktopIconView.view .label {
text-shadow: 1px 1px 2px black; }
XfdesktopIconView.view .rubberband {
border-radius: 0; }

#XfceNotifyWindow {
background-color: shade(#686868, 0.3);
Expand Down

0 comments on commit a120e77

Please sign in to comment.