Skip to content

Commit

Permalink
Reduce messagedialog buttonbox size
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Dec 17, 2020
1 parent d6a43f7 commit ede9f55
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions light/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3776,27 +3776,25 @@ messagedialog { // Message Dialog styling
border-bottom-right-radius: 9px;
}

buttonbox {
.dialog-action-area {
padding: 0px;
button { padding: 6px; }
}

.dialog-action-area button {
padding: 10px 14px; // labels are not vertically centered on message dialog, this is a workaround
border-radius: 0;
border-left-style: solid;
border-right-style: none;
border-bottom-style: none;

&:first-child{
border-left-style: none;
border-bottom-left-radius: 7px;
-gtk-outline-bottom-left-radius: 5px;
}
button {
padding: 3px;
border-radius: 0px;
border-left-style: solid;
border-right-style: none;
border-bottom-style: none;

&:first-child{
border-left-style: none;
border-bottom-left-radius: 7px;
-gtk-outline-bottom-left-radius: 5px;
}

&:last-child {
border-bottom-right-radius: 7px;
-gtk-outline-bottom-right-radius: 5px;
&:last-child {
border-bottom-right-radius: 7px;
-gtk-outline-bottom-right-radius: 5px;
}
}
}
}
Expand Down

0 comments on commit ede9f55

Please sign in to comment.