1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 22:10:43 +00:00

fix jumping granite tabs

This commit is contained in:
Horst3180 2016-09-20 00:42:12 +02:00
parent 2d2a3bab2a
commit ad3103818d
7 changed files with 25 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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
// //