aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14
diff options
context:
space:
mode:
authorHorst31802015-11-21 16:32:15 +0100
committerHorst31802015-11-21 16:32:15 +0100
commit91f2ff972180f1e367ec213c5618350ab7f556d4 (patch)
tree991dd4ffaaeae50769556821ab08742be648b7f1 /common/gtk-3.0/3.14
parent79ef125123357fd8db5063ceaeb1f7934a69329f (diff)
downloadsolarc-theme-91f2ff972180f1e367ec213c5618350ab7f556d4.tar.gz
solarc-theme-91f2ff972180f1e367ec213c5618350ab7f556d4.tar.xz
solarc-theme-91f2ff972180f1e367ec213c5618350ab7f556d4.zip
fix maximized backdrop titlebars
Diffstat (limited to 'common/gtk-3.0/3.14')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-dark.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-darker.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-darker.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css4
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss2
7 files changed, 19 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css
index cba9510..e7dd042 100644
--- a/common/gtk-3.0/3.14/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-dark.css
@@ -1025,8 +1025,10 @@ GtkComboBox {
background-color: rgba(50, 56, 67, 0.97); }
.maximized .titlebar {
background-color: #2f343f; }
- .csd .maximized .titlebar:backdrop {
+ .maximized .titlebar:backdrop {
background-color: #323843; }
+ .csd .maximized .titlebar:backdrop {
+ background-color: #323843; }
.titlebar .titlebar,
.titlebar .titlebar:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css
index 0f669e0..b6bd3e5 100644
--- a/common/gtk-3.0/3.14/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-darker.css
@@ -1028,8 +1028,10 @@ GtkComboBox {
background-color: rgba(50, 56, 67, 0.97); }
.maximized .titlebar {
background-color: #2f343f; }
- .csd .maximized .titlebar:backdrop {
+ .maximized .titlebar:backdrop {
background-color: #323843; }
+ .csd .maximized .titlebar:backdrop {
+ background-color: #323843; }
.titlebar .titlebar,
.titlebar .titlebar:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
index 01c40c4..26424ec 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
@@ -1025,8 +1025,10 @@ GtkComboBox {
background-color: #323843; }
.maximized .titlebar {
background-color: #2f343f; }
- .csd .maximized .titlebar:backdrop {
+ .maximized .titlebar:backdrop {
background-color: #323843; }
+ .csd .maximized .titlebar:backdrop {
+ background-color: #323843; }
.titlebar .titlebar,
.titlebar .titlebar:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
index a720b5f..5437fa3 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
@@ -1028,8 +1028,10 @@ GtkComboBox {
background-color: #323843; }
.maximized .titlebar {
background-color: #2f343f; }
- .csd .maximized .titlebar:backdrop {
+ .maximized .titlebar:backdrop {
background-color: #323843; }
+ .csd .maximized .titlebar:backdrop {
+ background-color: #323843; }
.titlebar .titlebar,
.titlebar .titlebar:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css
index cb5c4df..d0dd437 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -1028,8 +1028,10 @@ GtkComboBox {
background-color: #eff0f2; }
.maximized .titlebar {
background-color: #e7e8eb; }
- .csd .maximized .titlebar:backdrop {
+ .maximized .titlebar:backdrop {
background-color: #eff0f2; }
+ .csd .maximized .titlebar:backdrop {
+ background-color: #eff0f2; }
.titlebar .titlebar,
.titlebar .titlebar:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index fa315ab..e07aba1 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -1028,8 +1028,10 @@ GtkComboBox {
background-color: rgba(239, 240, 242, 0.95); }
.maximized .titlebar {
background-color: #e7e8eb; }
- .csd .maximized .titlebar:backdrop {
+ .maximized .titlebar:backdrop {
background-color: #eff0f2; }
+ .csd .maximized .titlebar:backdrop {
+ background-color: #eff0f2; }
.titlebar .titlebar,
.titlebar .titlebar:backdrop {
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index 05abc85..0700d58 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -1173,7 +1173,7 @@ GtkComboBox {
background-color: opacify($header_bg, 1);
&:backdrop {
- //background-color: opacify($header_bg_backdrop, 1);
+ background-color: opacify($header_bg_backdrop, 1);
.csd & { background-color: opacify($header_bg_backdrop, 1); }
}