aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHorst31802015-09-26 12:20:14 +0200
committerHorst31802015-09-26 12:20:14 +0200
commit233a713b18ff8a44611393b6bd97094f22fbfef2 (patch)
tree226c2f5a350d3e7f48c290c98159a71939ef97ba /common
parent0d20ef2f165f178a0cec8356fd516ecdd3953ada (diff)
downloadsolarc-theme-233a713b18ff8a44611393b6bd97094f22fbfef2.tar.gz
solarc-theme-233a713b18ff8a44611393b6bd97094f22fbfef2.tar.xz
solarc-theme-233a713b18ff8a44611393b6bd97094f22fbfef2.zip
3.18: fix gedit headerbar
Diffstat (limited to 'common')
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-dark.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-darker.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-dark.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-contained.css2
-rw-r--r--common/gtk-3.0/3.18/sass/_transparent_widgets.scss1
7 files changed, 13 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-dark.css b/common/gtk-3.0/3.18/gtk-contained-dark.css
index 6b7eaa8..2258536 100644
--- a/common/gtk-3.0/3.18/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-dark.css
@@ -4018,9 +4018,11 @@ GeditWindow.background.csd {
background-color: rgba(38, 42, 51, 0.97); }
GeditWindow.background.csd .gedit-headerbar-paned.titlebar {
background-color: transparent; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd .gedit-titlebar-left,
GeditWindow.background.csd .gedit-titlebar-right {
background-color: rgba(47, 52, 63, 0.97); }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
background-color: rgba(50, 56, 67, 0.97); }
diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css
index f9c82d0..400551a 100644
--- a/common/gtk-3.0/3.18/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-darker.css
@@ -4011,9 +4011,11 @@ GeditWindow.background.csd {
background-color: rgba(38, 42, 51, 0.97); }
GeditWindow.background.csd .gedit-headerbar-paned.titlebar {
background-color: transparent; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd .gedit-titlebar-left,
GeditWindow.background.csd .gedit-titlebar-right {
background-color: rgba(47, 52, 63, 0.97); }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
background-color: rgba(50, 56, 67, 0.97); }
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
index 0b5fa7e..563c586 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
@@ -4018,9 +4018,11 @@ GeditWindow.background.csd {
background-color: #262a33; }
GeditWindow.background.csd .gedit-headerbar-paned.titlebar {
background-color: transparent; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd .gedit-titlebar-left,
GeditWindow.background.csd .gedit-titlebar-right {
background-color: #2f343f; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
background-color: #323843; }
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
index 29efafa..4ced353 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
@@ -4011,9 +4011,11 @@ GeditWindow.background.csd {
background-color: #262a33; }
GeditWindow.background.csd .gedit-headerbar-paned.titlebar {
background-color: transparent; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd .gedit-titlebar-left,
GeditWindow.background.csd .gedit-titlebar-right {
background-color: #2f343f; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
background-color: #323843; }
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid.css b/common/gtk-3.0/3.18/gtk-contained-solid.css
index 5c24a39..97051d9 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid.css
@@ -4015,9 +4015,11 @@ GeditWindow.background.csd {
background-color: #d4d5db; }
GeditWindow.background.csd .gedit-headerbar-paned.titlebar {
background-color: transparent; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd .gedit-titlebar-left,
GeditWindow.background.csd .gedit-titlebar-right {
background-color: #e7e8eb; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
background-color: #eff0f2; }
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css
index 3e70f4e..12bf478 100644
--- a/common/gtk-3.0/3.18/gtk-contained.css
+++ b/common/gtk-3.0/3.18/gtk-contained.css
@@ -4015,9 +4015,11 @@ GeditWindow.background.csd {
background-color: rgba(212, 213, 219, 0.95); }
GeditWindow.background.csd .gedit-headerbar-paned.titlebar {
background-color: transparent; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd .gedit-titlebar-left,
GeditWindow.background.csd .gedit-titlebar-right {
background-color: rgba(231, 232, 235, 0.95); }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
background-color: rgba(239, 240, 242, 0.95); }
diff --git a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
index 67ccfe2..18088c4 100644
--- a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
@@ -168,6 +168,7 @@ GeditWindow.background.csd {
.gedit-headerbar-paned.titlebar { background-color: transparent; }
+ .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
.gedit-titlebar-left,
.gedit-titlebar-right {
background-color: $header_bg;