diff options
author | Horst3180 | 2016-03-21 21:07:05 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-21 21:07:05 +0100 |
commit | 50f38e4accf805284f02b8d2e473e75593b99faa (patch) | |
tree | 9b70df8786d6c18f705ec9a908b2f0320a9bfea4 /common/gtk-3.0/3.20/sass | |
parent | c73bd06f590e6d249de9f79aa8e1d8d36bb6f115 (diff) | |
download | solarc-theme-50f38e4accf805284f02b8d2e473e75593b99faa.tar.gz solarc-theme-50f38e4accf805284f02b8d2e473e75593b99faa.tar.xz solarc-theme-50f38e4accf805284f02b8d2e473e75593b99faa.zip |
tweak tab size
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 8c79b17..6438c03 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1623,7 +1623,7 @@ notebook { } > header { - padding: 3px; + padding: 2px; background-color: $bg_color; &.top { box-shadow: inset 0 -1px $borders_color; } @@ -1638,8 +1638,8 @@ notebook { > tabs > tab { padding: 2px 10px; - min-width: 22px; - min-height: 22px; + min-width: 20px; + min-height: 20px; outline-offset: -4px; @@ -1704,7 +1704,7 @@ notebook { } // close button button.flat { - min-height: 18px; + min-height: 22px; min-width: 16px; padding: 0; color: mix($bg_color, $fg_color, 35%); |