Skip to content

Commit 2d394db

Browse files
committed
Messagedialog: Reduce buttonbox button height
1 parent f67485b commit 2d394db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

light/gtk-3.0/_common.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3611,7 +3611,10 @@ messagedialog { // Message Dialog styling
36113611
border-bottom-right-radius: 9px;
36123612
}
36133613

3614-
buttonbox { padding: 0px; }
3614+
buttonbox {
3615+
padding: 0px;
3616+
button { padding: 6px; }
3617+
}
36153618

36163619
.dialog-action-area button {
36173620
padding: 10px 14px; // labels are not vertically centered on message dialog, this is a workaround

0 commit comments

Comments
 (0)