aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css2
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-dark.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css2
-rw-r--r--common/gtk-3.0/3.16/sass/_common.scss2
8 files changed, 8 insertions, 8 deletions
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 0bee68a..e98b5dc 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
@@ -33,7 +33,7 @@
***************/
.background {
color: #D3DAE3;
- background-color: rgba(68, 72, 82, 0.999); }
+ background-color: #444852; }
/*
These wildcard seems unavoidable, need to investigate.
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 68db394..31f8211 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
@@ -33,7 +33,7 @@
***************/
.background {
color: #5c616c;
- background-color: rgba(245, 246, 247, 0.999); }
+ background-color: #F5F6F7; }
/*
These wildcard seems unavoidable, need to investigate.
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 6ab59e0..7884c30 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -33,7 +33,7 @@
***************/
.background {
color: #5c616c;
- background-color: rgba(245, 246, 247, 0.999); }
+ background-color: #F5F6F7; }
/*
These wildcard seems unavoidable, need to investigate.
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index 977da07..adafd37 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -64,7 +64,7 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix);
.background {
color: $fg_color;
- background-color: transparentize($bg_color, 0.001); // without this headerbar transparency doesn't seem to work
+ background-color: if($transparency == 'true', transparentize($bg_color, 0.001), $bg_color); // without this headerbar transparency doesn't seem to work
}
/*
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
index 159cf51..4325240 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
@@ -33,7 +33,7 @@
***************/
.background {
color: #D3DAE3;
- background-color: rgba(68, 72, 82, 0.999); }
+ background-color: #444852; }
/*
These wildcard seems unavoidable, need to investigate.
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
index 4af1c01..b3b3330 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
@@ -33,7 +33,7 @@
***************/
.background {
color: #5c616c;
- background-color: rgba(245, 246, 247, 0.999); }
+ background-color: #F5F6F7; }
/*
These wildcard seems unavoidable, need to investigate.
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css
index 946e6af..921527e 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -33,7 +33,7 @@
***************/
.background {
color: #5c616c;
- background-color: rgba(245, 246, 247, 0.999); }
+ background-color: #F5F6F7; }
/*
These wildcard seems unavoidable, need to investigate.
diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss
index 5469eb6..ccbf3c2 100644
--- a/common/gtk-3.0/3.16/sass/_common.scss
+++ b/common/gtk-3.0/3.16/sass/_common.scss
@@ -64,7 +64,7 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix);
.background {
color: $fg_color;
- background-color: transparentize($bg_color, 0.001); // without this headerbar transparency doesn't seem to work
+ background-color: if($transparency == 'true', transparentize($bg_color, 0.001), $bg_color); // without this headerbar transparency doesn't seem to work
}
/*