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 {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
.dynamic-notebook .notebook tab .button > GtkImage {
padding: 0; }
GraniteWidgetsWelcome {
background-color: #404552; }

@ -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; }

@ -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; }

@ -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; }

@ -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; }

@ -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; }

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

Loading…
Cancel
Save