mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix jumping granite tabs
This commit is contained in:
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…
Reference in New Issue
Block a user