aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802016-09-20 00:42:12 +0200
committerHorst31802016-09-20 00:51:46 +0200
commitad3103818d443630c99bb132eea4d8261c254ca7 (patch)
tree624cac60298007e99eea81f8154c7a6aff66dc59
parent2d2a3bab2a2f3f52edc24c540c6545140ba04fd5 (diff)
downloadsolarc-theme-ad3103818d443630c99bb132eea4d8261c254ca7.tar.gz
solarc-theme-ad3103818d443630c99bb132eea4d8261c254ca7.tar.xz
solarc-theme-ad3103818d443630c99bb132eea4d8261c254ca7.zip
fix jumping granite tabs
-rw-r--r--common/gtk-3.0/3.18/gtk-dark.css3
-rw-r--r--common/gtk-3.0/3.18/gtk-darker.css3
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-dark.css3
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-darker.css3
-rw-r--r--common/gtk-3.0/3.18/gtk-solid.css3
-rw-r--r--common/gtk-3.0/3.18/gtk.css3
-rw-r--r--common/gtk-3.0/3.18/sass/_granite.scss7
7 files changed, 25 insertions, 0 deletions
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
@@ -143,6 +143,13 @@ GraniteWidgetsStaticNotebook .frame {
}
//
+// Notebook
+//
+.dynamic-notebook .notebook tab {
+ .button > GtkImage { padding: 0; }
+}
+
+//
// Welcome
//
GraniteWidgetsWelcome {