fix jumping granite tabs

pull/654/head
Horst3180 8 years ago
parent 2d2a3bab2a
commit ad3103818d

@ -3504,6 +3504,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked { .source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
.dynamic-notebook .notebook tab .button > GtkImage {
padding: 0; }
GraniteWidgetsWelcome { GraniteWidgetsWelcome {
background-color: #404552; } background-color: #404552; }

@ -3510,6 +3510,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked { .source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
.dynamic-notebook .notebook tab .button > GtkImage {
padding: 0; }
GraniteWidgetsWelcome { GraniteWidgetsWelcome {
background-color: #ffffff; } background-color: #ffffff; }

@ -3504,6 +3504,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked { .source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
.dynamic-notebook .notebook tab .button > GtkImage {
padding: 0; }
GraniteWidgetsWelcome { GraniteWidgetsWelcome {
background-color: #404552; } background-color: #404552; }

@ -3510,6 +3510,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked { .source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
.dynamic-notebook .notebook tab .button > GtkImage {
padding: 0; }
GraniteWidgetsWelcome { GraniteWidgetsWelcome {
background-color: #ffffff; } background-color: #ffffff; }

@ -3514,6 +3514,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked { .source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
.dynamic-notebook .notebook tab .button > GtkImage {
padding: 0; }
GraniteWidgetsWelcome { GraniteWidgetsWelcome {
background-color: #ffffff; } background-color: #ffffff; }

@ -3514,6 +3514,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked { .source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
.dynamic-notebook .notebook tab .button > GtkImage {
padding: 0; }
GraniteWidgetsWelcome { GraniteWidgetsWelcome {
background-color: #ffffff; } background-color: #ffffff; }

@ -142,6 +142,13 @@ GraniteWidgetsStaticNotebook .frame {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
} }
//
// Notebook
//
.dynamic-notebook .notebook tab {
.button > GtkImage { padding: 0; }
}
// //
// Welcome // Welcome
// //

Loading…
Cancel
Save