Skip to content

Commit

Permalink
Don't add padding to the buttonbox in notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Sep 4, 2017
1 parent 0c2931b commit 0abe339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ XfdesktopIconView.view {
color: $panel_fg_color;
border-color: shade($panel_bg_color, 0.6);

buttonbox { padding: 0; }

button {
background-image: none;
border-color: shade($panel_fg_color, 0.35);
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 @@ -4422,6 +4422,8 @@ XfdesktopIconView.view {
background-color: shade(#686868, 0.3);
color: #fcfcfc;
border-color: shade(#686868, 0.6); }
#XfceNotifyWindow buttonbox {
padding: 0; }
#XfceNotifyWindow button {
background-image: none;
border-color: shade(#fcfcfc, 0.35);
Expand Down

0 comments on commit 0abe339

Please sign in to comment.