Notebooks maximus redux - GTK+ 3.22.5 --- 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 6232ba9..2830fc0 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -2455,9 +2455,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: #919494; font-weight: bold; @@ -2487,10 +2487,10 @@ notebook > header { background-color: #33393b; } 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 6104172..72ec7d1 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -2470,9 +2470,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; @@ -2502,10 +2502,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