From f42dda04ee620f44ce1a907a51158ae874f01121 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 29 Mar 2016 00:22:45 +0200 Subject: shrink message dialog titlebars --- common/gtk-3.0/3.20/sass/_common.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.20/sass/_common.scss') diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index c20e169..a31eea5 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -2479,7 +2479,11 @@ calendar { // messagedialog { // Message Dialog styling - .titlebar { background-color: $header_bg; border-bottom: 1px solid darken($header_bg, 7%) } + .titlebar { + min-height: 20px; + background-color: $header_bg; + border-bottom: 1px solid darken($header_bg, 7%); + } .dialog-action-area button { padding: 8px; min-height: 0; } -- cgit v1.2.3