From ad3103818d443630c99bb132eea4d8261c254ca7 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 20 Sep 2016 00:42:12 +0200 Subject: fix jumping granite tabs --- common/gtk-3.0/3.18/gtk-dark.css | 3 +++ common/gtk-3.0/3.18/gtk-darker.css | 3 +++ common/gtk-3.0/3.18/gtk-solid-dark.css | 3 +++ common/gtk-3.0/3.18/gtk-solid-darker.css | 3 +++ common/gtk-3.0/3.18/gtk-solid.css | 3 +++ common/gtk-3.0/3.18/gtk.css | 3 +++ common/gtk-3.0/3.18/sass/_granite.scss | 7 +++++++ 7 files changed, 25 insertions(+) diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css index c4fd17e..710ed8b 100644 --- a/common/gtk-3.0/3.18/gtk-dark.css +++ b/common/gtk-3.0/3.18/gtk-dark.css @@ -3504,6 +3504,9 @@ GraniteWidgetsStaticNotebook .frame { .source-list.category-expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +.dynamic-notebook .notebook tab .button > GtkImage { + padding: 0; } + GraniteWidgetsWelcome { background-color: #404552; } diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index 95c513c..a8671df 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -3510,6 +3510,9 @@ GraniteWidgetsStaticNotebook .frame { .source-list.category-expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +.dynamic-notebook .notebook tab .button > GtkImage { + padding: 0; } + GraniteWidgetsWelcome { background-color: #ffffff; } diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css index 84cb62b..01e354b 100644 --- a/common/gtk-3.0/3.18/gtk-solid-dark.css +++ b/common/gtk-3.0/3.18/gtk-solid-dark.css @@ -3504,6 +3504,9 @@ GraniteWidgetsStaticNotebook .frame { .source-list.category-expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +.dynamic-notebook .notebook tab .button > GtkImage { + padding: 0; } + GraniteWidgetsWelcome { background-color: #404552; } diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css index ee9c7a4..dea8abb 100644 --- a/common/gtk-3.0/3.18/gtk-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-solid-darker.css @@ -3510,6 +3510,9 @@ GraniteWidgetsStaticNotebook .frame { .source-list.category-expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +.dynamic-notebook .notebook tab .button > GtkImage { + padding: 0; } + GraniteWidgetsWelcome { background-color: #ffffff; } diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css index c16607f..b6d2eda 100644 --- a/common/gtk-3.0/3.18/gtk-solid.css +++ b/common/gtk-3.0/3.18/gtk-solid.css @@ -3514,6 +3514,9 @@ GraniteWidgetsStaticNotebook .frame { .source-list.category-expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +.dynamic-notebook .notebook tab .button > GtkImage { + padding: 0; } + GraniteWidgetsWelcome { background-color: #ffffff; } diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index a053d34..6b46532 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -3514,6 +3514,9 @@ GraniteWidgetsStaticNotebook .frame { .source-list.category-expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +.dynamic-notebook .notebook tab .button > GtkImage { + padding: 0; } + GraniteWidgetsWelcome { background-color: #ffffff; } diff --git a/common/gtk-3.0/3.18/sass/_granite.scss b/common/gtk-3.0/3.18/sass/_granite.scss index 8e3b35d..c6c59dd 100644 --- a/common/gtk-3.0/3.18/sass/_granite.scss +++ b/common/gtk-3.0/3.18/sass/_granite.scss @@ -142,6 +142,13 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +// +// Notebook +// +.dynamic-notebook .notebook tab { + .button > GtkImage { padding: 0; } +} + // // Welcome // -- cgit v1.2.3