Notebooks maximus redux - GTK+ 3.20.9 --- gtk/theme/Adwaita/gtk-contained-dark.css | 10 +++++----- gtk/theme/Adwaita/gtk-contained.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index 6d2896e..666d034 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -2351,9 +2351,9 @@ notebook > header { text-shadow: none; -gtk-icon-shadow: none; } notebook > header tab { - min-height: 30px; + min-height: 0px; min-width: 30px; - padding: 3px 12px; + padding: 0px 12px; outline-offset: -5px; color: #949796; font-weight: bold; @@ -2383,10 +2383,10 @@ notebook > header { background-color: #393f3f; } notebook > header tab button.flat { padding: 0; - margin-top: 4px; - margin-bottom: 4px; + margin-top: 0px; + margin-bottom: 0px; min-width: 20px; - min-height: 20px; } + min-height: 0px; } notebook > header tab button.flat:hover { color: currentColor; } notebook > header tab button.flat, notebook > header tab button.flat:backdrop { diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index 8d08c89..26cf158 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -2364,9 +2364,9 @@ notebook > header { text-shadow: none; -gtk-icon-shadow: none; } notebook > header tab { - min-height: 30px; + min-height: 0px; min-width: 30px; - padding: 3px 12px; + padding: 0px 12px; outline-offset: -5px; color: #8b8e8f; font-weight: bold; @@ -2396,10 +2396,10 @@ notebook > header { background-color: #e8e8e7; } notebook > header tab button.flat { padding: 0; - margin-top: 4px; - margin-bottom: 4px; + margin-top: 0px; + margin-bottom: 0px; min-width: 20px; - min-height: 20px; } + min-height: 0px; } notebook > header tab button.flat:hover { color: currentColor; } notebook > header tab button.flat, notebook > header tab button.flat:backdrop { -- 2.7.4