diff options
author | Horst3180 | 2016-03-29 00:22:45 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-29 00:22:45 +0200 |
commit | f42dda04ee620f44ce1a907a51158ae874f01121 (patch) | |
tree | 25e3f82d2fb5c11877be28ea68866c9a821179ee /common/gtk-3.0/3.20/sass | |
parent | 351060c53d01be668f84d04c7e7502bfabda1805 (diff) | |
download | solarc-theme-f42dda04ee620f44ce1a907a51158ae874f01121.tar.gz solarc-theme-f42dda04ee620f44ce1a907a51158ae874f01121.tar.xz solarc-theme-f42dda04ee620f44ce1a907a51158ae874f01121.zip |
shrink message dialog titlebars
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 6 |
1 files changed, 5 insertions, 1 deletions
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; } |